17 lines
536 B
Bash
17 lines
536 B
Bash
# Template file for 'gopass'
|
|
pkgname=gopass
|
|
version=1.3.2
|
|
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=46f5118a33c134e7ee0452ccea6c62d61582876d4dfe6c96fcde0e43acdd1bd4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|