void-packages/srcpkgs/git-secret/template

24 lines
615 B
Bash

# Template file for 'git-secret'
pkgname=git-secret
version=0.3.2
revision=1
archs=noarch
build_style=gnu-makefile
make_install_args="PREFIX=/usr"
depends="bash gawk gnupg coreutils"
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=07b32b096e5ff5b4818096b1858c1f69df4684bb0f256e620514cf88f44ded85
do_install() {
vbin git-secret
vdoc README.md
for f in man/*/*.{1,7}; do
vman $f
done
vlicense LICENSE.md
}