void-packages/srcpkgs/pwget/template

18 lines
585 B
Bash

# Template file for 'pwget'
pkgname=pwget
version=2.1.0
revision=3
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
}