25 lines
757 B
Bash
25 lines
757 B
Bash
# Template file for 'gopass'
|
|
pkgname=gopass
|
|
version=1.15.13
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/gopasspw/gopass
|
|
go_package="${go_import_path} ${go_import_path}/cmd/..."
|
|
depends="gnupg>=2 git"
|
|
short_desc="Slightly more awesome standard unix password manager for teams"
|
|
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://www.gopass.pw/"
|
|
changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
|
|
distfiles="https://github.com/gopasspw/gopass/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=8f7ee347f517bf66a7d0760e7a5ed6c948d66737559bd04fa8da594801ed9b4f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman gopass.1
|
|
|
|
for shell in bash fish zsh; do
|
|
vcompletion $shell.completion $shell
|
|
done
|
|
}
|