mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
runc: add go_ldflags with the version
This commit is contained in:
parent
78fadce70d
commit
faca06d52a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ revision=1
|
|||
build_style=go
|
||||
go_import_path=github.com/opencontainers/runc
|
||||
go_build_tags="seccomp apparmor"
|
||||
go_ldflags="-X main.version=${version}"
|
||||
hostmakedepends="pkg-config go-md2man"
|
||||
makedepends="libseccomp-devel"
|
||||
short_desc="CLI tool for spawning and running OCI containers"
|
||||
|
|
Loading…
Add table
Reference in a new issue