git-secret: depends on git
This commit is contained in:
parent
e25c7ed595
commit
4042769f56
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
# Template file for 'git-secret'
|
# Template file for 'git-secret'
|
||||||
pkgname=git-secret
|
pkgname=git-secret
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="PREFIX=/usr"
|
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"
|
short_desc="Bash-tool to store your private data inside a git repository"
|
||||||
maintainer="shizonic <realtiaz@gmail.com>"
|
maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue