mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
age: set version information
This commit is contained in:
parent
9e79631af8
commit
3f8e2d4179
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'age'
|
# Template file for 'age'
|
||||||
pkgname=age
|
pkgname=age
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="filippo.io/age"
|
go_import_path="filippo.io/age"
|
||||||
go_package="${go_import_path}/cmd/..."
|
go_package="${go_import_path}/cmd/..."
|
||||||
|
go_ldflags="-X main.Version=${version}"
|
||||||
short_desc="Simple, modern and secure encryption tool"
|
short_desc="Simple, modern and secure encryption tool"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue