New package: gopass-1.0.1

Closes: #5774 [via git-merge-pr]
This commit is contained in:
Dominic Monroe 2017-02-19 19:16:21 +00:00 committed by Toyam Cox
parent 4842e0f590
commit eab8b93127
1 changed files with 17 additions and 0 deletions

17
srcpkgs/gopass/template Normal file
View File

@ -0,0 +1,17 @@
# 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
}