gopass: update to 1.12.4
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
This commit is contained in:
parent
e085a5da4e
commit
3feb6cc712
1 changed files with 4 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gopass'
|
# Template file for 'gopass'
|
||||||
pkgname=gopass
|
pkgname=gopass
|
||||||
version=1.12.0
|
version=1.12.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -14,19 +14,13 @@ license="MIT"
|
||||||
homepage="https://www.gopass.pw/"
|
homepage="https://www.gopass.pw/"
|
||||||
changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
|
||||||
checksum=73b7c5c8367e664d85871fba88f4fa806ef0fb75047c767a72b8516dea6f64b3
|
checksum=1e3d7ad389a8462256ff7e439de1fbed8012c38ec33bded63b11af74f0525279
|
||||||
|
|
||||||
post_build() {
|
|
||||||
gopass=$(find $GOPATH/bin -name gopass)
|
|
||||||
for shell in bash fish zsh; do
|
|
||||||
vtargetrun $gopass completion $shell > completion.$shell
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vman gopass.1
|
||||||
|
|
||||||
for shell in bash fish zsh; do
|
for shell in bash fish zsh; do
|
||||||
vcompletion completion.$shell $shell
|
vcompletion $shell.completion $shell
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue