mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
git-secret: update to 0.3.2
Removed zsh plugin, has been removed upstream
This commit is contained in:
parent
ea671a200c
commit
25a65633a2
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'git-secret'
|
# Template file for 'git-secret'
|
||||||
pkgname=git-secret
|
pkgname=git-secret
|
||||||
version=0.2.5
|
version=0.3.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -11,11 +11,10 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://git-secret.io/"
|
homepage="http://git-secret.io/"
|
||||||
distfiles="https://github.com/sobolevn/git-secret/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sobolevn/git-secret/archive/v${version}.tar.gz"
|
||||||
checksum=02224b360ef560d1a41ae758d16ef2f2657af8424711d52443ca7ac01367ad29
|
checksum=07b32b096e5ff5b4818096b1858c1f69df4684bb0f256e620514cf88f44ded85
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin git-secret
|
vbin git-secret
|
||||||
vinstall ${pkgname}.plugin.zsh 644 usr/share/zsh/plugins/${pkgname} ${pkgname}.zsh
|
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
for f in man/*/*.{1,7}; do
|
for f in man/*/*.{1,7}; do
|
||||||
vman $f
|
vman $f
|
||||||
|
|
Loading…
Add table
Reference in a new issue