diff --git a/srcpkgs/netns/template b/srcpkgs/netns/template new file mode 100644 index 00000000000..08e0b23610d --- /dev/null +++ b/srcpkgs/netns/template @@ -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 " +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 +}