add app-security/over-crypt
This commit is contained in:
parent
f10b4d43f4
commit
4ab59d1924
2 changed files with 33 additions and 0 deletions
|
@ -12,3 +12,4 @@ net-im
|
||||||
net-p2p
|
net-p2p
|
||||||
sys-apps
|
sys-apps
|
||||||
x11-apps
|
x11-apps
|
||||||
|
app-security
|
||||||
|
|
32
packages/app-security/over-crypt/over-crypt-scm.exheres-0
Normal file
32
packages/app-security/over-crypt/over-crypt-scm.exheres-0
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
SUMMARY="An encrypted secret (noun) storage."
|
||||||
|
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
|
||||||
|
dev-python/pycrypto
|
||||||
|
"
|
||||||
|
|
||||||
|
require scm-git
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
exeinto /usr/share/${PN}
|
||||||
|
doexe ${PN}.py
|
||||||
|
|
||||||
|
insinto /usr/share/${PN}
|
||||||
|
doins 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