New package: no-more-secrets-0.3.3

This commit is contained in:
Alex Childs 2019-06-27 12:03:41 -05:00 committed by Helmut Pozimski
parent 81d848e74e
commit fa994d116e

View 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
}