20 lines
570 B
Bash
20 lines
570 B
Bash
|
# 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
|
||
|
}
|