New package: pwget-2.0

This commit is contained in:
Andy Weidenbaum 2018-10-29 00:01:33 -05:00 committed by maxice8
parent b0b29e804a
commit b03fdd39a3
1 changed files with 18 additions and 0 deletions

18
srcpkgs/pwget/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'pwget'
pkgname=pwget
version=2.0
revision=1
build_style=go
go_import_path="github.com/majewsky/pwget"
hostmakedepends="git"
short_desc="Single-binary stateless password manager"
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/majewsky/pwget"
changelog="https://github.com/majewsky/pwget/raw/master/CHANGELOG.md"
distfiles="https://github.com/majewsky/pwget/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=052f167455e09b1c37f5e7db399952a8e8cd69661d5fff8462f39de7db0c5bf8
post_install() {
vdoc README.md
}