New package: no-more-secrets-0.3.3
This commit is contained in:
parent
81d848e74e
commit
fa994d116e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/no-more-secrets/template
Normal file
19
srcpkgs/no-more-secrets/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'no-more-secrets'
|
||||
pkgname=no-more-secrets
|
||||
version=0.3.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_target="all"
|
||||
short_desc="Recreate the famous decryption scene from Sneakers"
|
||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/bartobri/no-more-secrets"
|
||||
distfiles="https://github.com/bartobri/no-more-secrets/archive/v${version}.tar.gz"
|
||||
checksum=cfcf408768c6b335780e46a84fbc121a649c4b87e0564fc972270e96630efdce
|
||||
|
||||
do_install() {
|
||||
for f in nms sneakers; do
|
||||
vbin bin/$f
|
||||
vman $f.6
|
||||
done
|
||||
}
|
Loading…
Reference in a new issue