New package: age-1.0.0.beta2

This commit is contained in:
Leah Neukirchen 2019-12-31 16:20:40 +01:00
parent a732a42741
commit 5e316ef158

18
srcpkgs/age/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'age'
pkgname=age
version=1.0.0.beta2
revision=1
wrksrc="${pkgname}-${version/.b/-b}"
build_style=go
go_import_path="filippo.io/age"
go_package="${go_import_path}/cmd/..."
short_desc="Simple, modern and secure encryption tool"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://age-encryption.org/"
distfiles="https://github.com/FiloSottile/age/archive/v${version/.b/-b}.tar.gz"
checksum=ca0fcfe45415c03c637c2332231f1793bf4dbd6a03e663a71ef2b7554647d763
post_install() {
vlicense LICENSE
}