mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: slirp4netns-0.2.1
This commit is contained in:
parent
4e6bcbad45
commit
833f3bf013
1 changed files with 16 additions and 0 deletions
16
srcpkgs/slirp4netns/template
Normal file
16
srcpkgs/slirp4netns/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'slirp4netns'
|
||||||
|
pkgname=slirp4netns
|
||||||
|
version=0.2.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="autoconf automake"
|
||||||
|
short_desc="User-mode networking for unprivileged network namespaces"
|
||||||
|
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||||
|
license="GPL-2.0-only"
|
||||||
|
homepage="https://github.com/rootless-containers/slirp4netns"
|
||||||
|
distfiles="https://github.com/rootless-containers/slirp4netns/archive/v${version}.tar.gz"
|
||||||
|
checksum=1a9681d5926365e8d60bd804c71733c05f8b44fd20393bf2f2b2d1ee1ea8517c
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue