22 lines
546 B
Bash
22 lines
546 B
Bash
# Template file for 'blackbox'
|
|
pkgname=blackbox
|
|
version=1.20220610
|
|
revision=1
|
|
depends="bash gnupg"
|
|
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=f1efcca6680159f244eb44fdb78e92b521760b875fa5a36e4c433b93ed0f87c1
|
|
|
|
do_install() {
|
|
for f in bin/*; do
|
|
vbin $f
|
|
done
|
|
rm -f ${DESTDIR}/usr/bin/Makefile
|
|
vdoc README.md
|
|
vdoc AUTHORS
|
|
vlicense LICENSE.txt
|
|
}
|