New package: img-0.5.7

This commit is contained in:
Noel Cower 2019-11-01 22:56:03 -07:00 committed by John Zimmermann
parent bc2d23ece0
commit 551606c13b

18
srcpkgs/img/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'img'
pkgname=img
version=0.5.7
revision=1
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@gmail.com>"
license="MIT"
homepage="https://github.com/genuinetools/img"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=d6a6fc254957cf60b4e0c212b2e8d1296afd1c2c7a852b265e067d788a61b0f7
post_install() {
vlicense LICENSE
}