From 64f582e735925b63fe37d847f2b8c9c8535dba66 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Wed, 8 Aug 2018 12:15:57 +0200 Subject: [PATCH] New package: git-secret-0.2.3 --- srcpkgs/git-secret/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/git-secret/template diff --git a/srcpkgs/git-secret/template b/srcpkgs/git-secret/template new file mode 100644 index 00000000000..82e1be31c7f --- /dev/null +++ b/srcpkgs/git-secret/template @@ -0,0 +1,24 @@ +# Template file for 'git-secret' +pkgname=git-secret +version=0.2.3 +revision=1 +noarch=yes +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 " +license="MIT" +homepage="http://git-secret.io/" +distfiles="https://github.com/sobolevn/git-secret/archive/v${version}.tar.gz" +checksum=c821c25865ce7e13a67453debb6d60a8c1730102ecfc4c4b4c4858a02201ab26 + +do_install() { + vbin git-secret + vinstall ${pkgname}.plugin.zsh 644 usr/share/zsh/plugins/${pkgname} ${pkgname}.zsh + vdoc README.md + for f in man/*/*.{1,7}; do + vman $f + done + vlicense LICENSE.md +}