void-packages/srcpkgs/git-secret/template

24 lines
632 B
Bash

# Template file for 'git-secret'
pkgname=git-secret
version=0.5.0
revision=1
build_style=gnu-makefile
make_check_target=test
depends="bash gawk gnupg coreutils git"
checkdepends="gnupg procps-ng git"
short_desc="Bash-tool to store your private data inside a git repository"
maintainer="shizonic <realtiaz@gmail.com>"
license="MIT"
homepage="http://git-secret.io/"
distfiles="https://github.com/sobolevn/git-secret/archive/v${version}.tar.gz"
checksum=1cba04a59c8109389079b479c1bf5719b595e799680e10d35ce9aa091cb752af
do_install() {
vbin git-secret
vdoc README.md
for f in man/*/*.{1,7}; do
vman $f
done
vlicense LICENSE.md
}