# Contributor: Galen Abell # Maintainer: Galen Abell pkgname=blackbox pkgver=0_git20200201 # no releases in a while _pkgsha=90418566e363d8cef63fc9d9fcad73a7290927cf pkgrel=0 pkgdesc="Safely store secrets in Git/Mercurial/Subversion" url="https://github.com/StackExchange/blackbox" arch="noarch" depends="bash gnupg" options="!check" # no tests license="MIT" source="$pkgname-$_pkgsha.tar.gz::https://github.com/StackExchange/blackbox/archive/$_pkgsha.tar.gz" builddir="$srcdir/$pkgname-$_pkgsha" package() { # Makefile doesn't create directories mkdir -p "$pkgdir"/bin/ make PREFIX="$pkgdir" copy-install } sha512sums="a298400077902b868bff8272fc99c916c5919f8107352d0bf189cba53615c0ca25a298a6ccc8d2777ff888267e639067792f63981df771d4ad9c82ed30c0fd96 blackbox-90418566e363d8cef63fc9d9fcad73a7290927cf.tar.gz"