New package: netns-0.5.3

This commit is contained in:
Kyle Nusbaum 2019-07-18 16:53:07 -05:00 committed by Helmut Pozimski
parent 2797d59d9f
commit ed86dd79d9
1 changed files with 16 additions and 0 deletions

16
srcpkgs/netns/template Normal file
View 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
}