mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
20 lines
576 B
Bash
20 lines
576 B
Bash
# Template file for 'age'
|
|
pkgname=age
|
|
version=1.2.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="filippo.io/age"
|
|
go_package="${go_import_path}/cmd/..."
|
|
go_ldflags="-X main.Version=${version}"
|
|
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}.tar.gz"
|
|
checksum=93bd89a16c74949ee7c69ef580d8e4cf5ce03e7d9c461b68cf1ace3e4017eef5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman doc/age.1
|
|
vman doc/age-keygen.1
|
|
}
|