18 lines
536 B
Bash
18 lines
536 B
Bash
# Template file for 'gopass'
|
|
pkgname=gopass
|
|
version=1.2.0
|
|
revision=3
|
|
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=0e66eef04173ecdcc7aec38a8d9ec08192f4be17322adaeb83326add7534729b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|