add sys-apps/over-rename
This commit is contained in:
parent
89b7a5b177
commit
3cc815639b
1 changed files with 28 additions and 0 deletions
28
sys-apps/over-rename/over-rename-9999.ebuild
Normal file
28
sys-apps/over-rename/over-rename-9999.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Displays the contents of the current directory in a text editor allowing quick in-place renaming."
|
||||
HOMEPAGE="https://git.decade.cz/overwatch/${PN}"
|
||||
EGIT_REPO_URI="https://git.decade.cz/overwatch/${PN}.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="*"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/over
|
||||
"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/share/${PN}
|
||||
doexe ${PN}.py
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins version.py template.py
|
||||
|
||||
dosym /usr/share/${PN}/${PN}.py /usr/bin/${PN}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue