add dev-python/over, dev-util/over-hex
This commit is contained in:
parent
b727bb1b92
commit
c3b3e355c7
3 changed files with 55 additions and 3 deletions
|
@ -6,8 +6,8 @@ EAPI=7
|
|||
inherit git-r3
|
||||
|
||||
DESCRIPTION="A personal collection of scripts, aliases, zsh envs, and a nice prompt."
|
||||
HOMEPAGE="https://git.decade.cz/overwatch/over-env"
|
||||
EGIT_REPO_URI="https://git.decade.cz/overwatch/over-env.git"
|
||||
HOMEPAGE="https://git.decade.cz/overwatch/${PN}"
|
||||
EGIT_REPO_URI="https://git.decade.cz/overwatch/${PN}.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
@ -37,10 +37,14 @@ src_install() {
|
|||
insinto /usr/share/${PN}
|
||||
doins lib/python-startup.py
|
||||
|
||||
insinto /etc/zsh
|
||||
doins etc/zsh/zshrc
|
||||
|
||||
insinto /etc
|
||||
doins -r etc/{over,zsh}
|
||||
doins -r etc/over
|
||||
|
||||
if use screen; then
|
||||
insinto /etc
|
||||
doins etc/{screenrc,screenrc.over}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue