17 lines
536 B
Bash
17 lines
536 B
Bash
# Template file for 'gopass'
|
|
pkgname=gopass
|
|
version=1.5.1
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/justwatchcom/gopass"
|
|
depends="gnupg2 git"
|
|
short_desc="The slightly more awesome standard unix password manager for teams"
|
|
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
|
license="MIT"
|
|
homepage="https://www.justwatch.com/gopass/"
|
|
distfiles="https://github.com/justwatchcom/gopass/archive/v${version}.tar.gz"
|
|
checksum=d2b7e34b4603961e4b472cab7914e3f2d33f00e0dd3e47b74578e7fc40b76582
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|