2357049fd5
wrk updated to satisfy xlint.
18 lines
525 B
Bash
18 lines
525 B
Bash
# Template file for 'img'
|
|
pkgname=img
|
|
version=0.5.7
|
|
revision=2
|
|
build_style=go
|
|
go_import_path=github.com/genuinetools/img
|
|
go_build_tags="noembed seccomp"
|
|
depends="libseccomp runc shadow"
|
|
short_desc="Standalone, daemonless, unprivileged container image builder"
|
|
maintainer="Noel Cower <ncower@nil.dev>"
|
|
license="MIT"
|
|
homepage="https://github.com/genuinetools/img"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=d6a6fc254957cf60b4e0c212b2e8d1296afd1c2c7a852b265e067d788a61b0f7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|