diff --git a/srcpkgs/git-secret/template b/srcpkgs/git-secret/template index 28852b6a9a0..7d2da706b1b 100644 --- a/srcpkgs/git-secret/template +++ b/srcpkgs/git-secret/template @@ -1,10 +1,12 @@ # Template file for 'git-secret' pkgname=git-secret version=0.4.0 -revision=1 +revision=2 build_style=gnu-makefile make_install_args="PREFIX=/usr" -depends="bash gawk gnupg coreutils" +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 " license="MIT"