From 4042769f56e8d073b10fa4e8270e7030b7e9c0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 10 Jul 2021 18:52:01 +0700 Subject: [PATCH] git-secret: depends on git --- srcpkgs/git-secret/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"