New package: netns-0.5.3
This commit is contained in:
parent
2797d59d9f
commit
ed86dd79d9
|
@ -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…
Reference in New Issue