runc: add go_ldflags with the version

This commit is contained in:
Ed Ganiukov 2023-01-04 10:20:13 +01:00 committed by Leah Neukirchen
parent 78fadce70d
commit faca06d52a

View File

@ -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"