void-packages/srcpkgs/age/template
2020-10-24 16:49:47 +02:00

19 lines
546 B
Bash

# Template file for 'age'
pkgname=age
version=1.0.0.beta5
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=6d1000e233ae1011ca44ed73c72d6ffd564c4c728eb0b53ed380ca24df1f5673
post_install() {
vlicense LICENSE
}