added over-hex, over-video, over-rename
This commit is contained in:
parent
1fc257dbfd
commit
3d3b52cdc7
3 changed files with 77 additions and 0 deletions
26
sys-apps/over-rename/over-rename-9999.ebuild
Normal file
26
sys-apps/over-rename/over-rename-9999.ebuild
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit git-2
|
||||
|
||||
DESCRIPTION="Displays the contents of the current directory in a text editor allowing quick in-place renaming."
|
||||
|
||||
HOMEPAGE="https://git.covalent.cz/overwatch/over-rename"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://git.covalent.cz/overwatch/over-rename.git"
|
||||
|
||||
LICENSE="AO-JSL"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-python/over
|
||||
"
|
||||
|
||||
src_install() {
|
||||
/bin/bash install.sh "${D}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue