mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: rootlesskit-0.14.6
This commit is contained in:
parent
f85a7e42fd
commit
72075cf8c8
1 changed files with 14 additions and 0 deletions
14
srcpkgs/rootlesskit/template
Normal file
14
srcpkgs/rootlesskit/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'rootlesskit'
|
||||||
|
pkgname=rootlesskit
|
||||||
|
version=0.14.6
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/rootless-containers/rootlesskit"
|
||||||
|
go_package="${go_import_path}/cmd/rootlesskit ${go_import_path}/cmd/rootlessctl
|
||||||
|
${go_import_path}/cmd/rootlesskit-docker-proxy"
|
||||||
|
short_desc="Linux-native \"fake root\" for implementing rootless containers"
|
||||||
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/rootless-containers/rootlesskit"
|
||||||
|
distfiles="https://github.com/rootless-containers/rootlesskit/archive/v${version}.tar.gz"
|
||||||
|
checksum=e27e4249f12cca44fc6e15a27f214f30fcb5f15646c813a90b6788bd9f0cfd4b
|
Loading…
Add table
Reference in a new issue