new:
- app-misc/over-env - dev-util/over-hex - media-video/over-video - sys-apps/over-rename moving stuff around, fixing things
This commit is contained in:
parent
7a36cb9a9d
commit
f10b4d43f4
6 changed files with 145 additions and 4 deletions
31
packages/sys-apps/over-rename/over-rename-scm.exheres-0
Normal file
31
packages/sys-apps/over-rename/over-rename-scm.exheres-0
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
SUMMARY="Displays the contents of the current directory in a text editor allowing quick in-place renaming."
|
||||
HOMEPAGE="https://git.aggregate.cz/overwatch/${PN}"
|
||||
LICENCES="GPL-3"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~armv7 ~x86"
|
||||
MYOPTIONS=""
|
||||
SCM_REPOSITORY="https://git.aggregate.cz/overwatch/${PN}.git"
|
||||
if ! ever is_scm; then
|
||||
SCM_BRANCH="${PV}"
|
||||
fi
|
||||
|
||||
DEPENDENCIES="
|
||||
run:
|
||||
dev-python/over
|
||||
"
|
||||
|
||||
require scm-git
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/share/${PN}
|
||||
doexe ${PN}.py
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins template.py version.py
|
||||
|
||||
dodir /usr/$(exhost --target)/bin
|
||||
dosym /usr/share/${PN}/${PN}.py /usr/$(exhost --target)/bin/${PN}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue