aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/pwget/template
blob: 807bbd133268ba73796840687c60b413e3867c13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Template file for 'pwget'
pkgname=pwget
version=2.1.0
revision=4
build_style=go
go_import_path="github.com/majewsky/pwget"
short_desc="Single-binary stateless password manager"
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
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=0b8d2ac33e3711a1adebdaefacfe740b096741537cad9be7c09b76b9a1c6df4d

post_install() {
	vdoc README.md
}