123456789101112131415161718192021222324252627 |
- # Template file for 'blackbox'
- pkgname=blackbox
- version=1.20181219
- revision=1
- archs=noarch
- 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
- # Liberation
- vmkdir usr/share/${pkgname}
- vinstall ${FILESDIR}/menu 644 usr/share/${pkgname}
- }
|