# Template file for 'no-more-secrets'
pkgname=no-more-secrets
version=1.0.1
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=4422e59bb3cf62bca3c73d1fdae771b83aab686cd044f73fe14b1b9c2af1cb1b

do_install() {
	for f in nms sneakers; do
		vbin bin/$f
		vman $f.6
	done
}
