void-packages/srcpkgs/age/template
2021-08-30 18:16:38 +02:00

18 lines
549 B
Bash

# Template file for 'age'
pkgname=age
version=1.0.0.rc.3
revision=1
wrksrc="${pkgname}-${version/.rc/-rc}"
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/.rc/-rc}.tar.gz"
checksum=e352d8b4e08e0b493adf7ab3ea15b349fe07ab833d20395012aa516ea0c36708
post_install() {
vlicense LICENSE
}