# Template file for 'blackbox' pkgname=blackbox version=1.20181219 revision=1 noarch=yes depends="bash" short_desc="Safely store secrets in Git/Mercurial/Subversion" maintainer="Daniel A. Maierhofer " license="MIT" homepage="https://github.com/StackExchange/blackbox" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=afd40d1676645ce9aaf4cdbf71352bf1a8f6d426998436cea3ae536881ef5f81 do_install() { for f in bin/*; do vbin $f done rm -f ${DESTDIR}/usr/bin/Makefile vdoc README.md vdoc AUTHORS vlicense LICENSE.txt }