21 lines
540 B
Bash
21 lines
540 B
Bash
# Template file for 'blackbox'
|
|
pkgname=blackbox
|
|
version=1.20181219
|
|
revision=2
|
|
depends="bash"
|
|
short_desc="Safely store secrets in Git/Mercurial/Subversion"
|
|
maintainer="Daniel A. Maierhofer <git@damadmai.at>"
|
|
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
|
|
}
|