15 lines
657 B
Bash
15 lines
657 B
Bash
# Template file for 'rootlesskit'
|
|
pkgname=rootlesskit
|
|
version=2.2.0
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/rootless-containers/rootlesskit/v2"
|
|
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=0075af5f14ea7ff5b1431ba30671d7c0e18e0e57453be58600293b283a9d8e2e
|