mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: netns-0.5.3
This commit is contained in:
parent
2797d59d9f
commit
ed86dd79d9
1 changed files with 16 additions and 0 deletions
16
srcpkgs/netns/template
Normal file
16
srcpkgs/netns/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'netns'
|
||||||
|
pkgname=netns
|
||||||
|
version=0.5.3
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path=github.com/genuinetools/netns
|
||||||
|
short_desc="Runc hook for setting up default bridge networking for containers"
|
||||||
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/genuinetools/netns"
|
||||||
|
distfiles="https://github.com/genuinetools/netns/archive/v${version}.tar.gz"
|
||||||
|
checksum=3a55e96e71067989902b65a6de74f1ebbb63ea3f6fc85184523e8d289b0eb35d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue