18 lines
536 B
Bash
18 lines
536 B
Bash
|
# Template file for 'gopass'
|
||
|
pkgname=gopass
|
||
|
version=1.0.1
|
||
|
revision=1
|
||
|
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=729e3545a0582b5ff060c6b292dc11d894ef1cf9e02c4af401af1ed8c378c68c
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|