template 649 B

123456789101112131415161718192021222324252627
  1. # Template file for 'blackbox'
  2. pkgname=blackbox
  3. version=1.20181219
  4. revision=1
  5. archs=noarch
  6. depends="bash"
  7. short_desc="Safely store secrets in Git/Mercurial/Subversion"
  8. maintainer="Daniel A. Maierhofer <git@damadmai.at>"
  9. license="MIT"
  10. homepage="https://github.com/StackExchange/blackbox"
  11. distfiles="${homepage}/archive/v${version}.tar.gz"
  12. checksum=afd40d1676645ce9aaf4cdbf71352bf1a8f6d426998436cea3ae536881ef5f81
  13. do_install() {
  14. for f in bin/*; do
  15. vbin $f
  16. done
  17. rm -f ${DESTDIR}/usr/bin/Makefile
  18. vdoc README.md
  19. vdoc AUTHORS
  20. vlicense LICENSE.txt
  21. # Liberation
  22. vmkdir usr/share/${pkgname}
  23. vinstall ${FILESDIR}/menu 644 usr/share/${pkgname}
  24. }