26 lines
783 B
Bash
26 lines
783 B
Bash
# Template file for 'gopass'
|
|
pkgname=gopass
|
|
version=1.12.8
|
|
revision=1
|
|
build_style=go
|
|
build_helper=qemu
|
|
go_import_path=github.com/gopasspw/gopass
|
|
go_package="${go_import_path} ${go_import_path}/cmd/..."
|
|
makedepends="gnupg2"
|
|
depends="gnupg2 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/v${version}.tar.gz"
|
|
checksum=67561ea06756933dfd088e9e51d53e650d00d98980825c4b3fcd149025bacb71
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman gopass.1
|
|
|
|
for shell in bash fish zsh; do
|
|
vcompletion $shell.completion $shell
|
|
done
|
|
}
|