New package: img-0.5.7
This commit is contained in:
parent
bc2d23ece0
commit
551606c13b
1 changed files with 18 additions and 0 deletions
18
srcpkgs/img/template
Normal file
18
srcpkgs/img/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue