16 lines
508 B
Bash
16 lines
508 B
Bash
# 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
|
|
}
|