18 lines
459 B
Bash
18 lines
459 B
Bash
# Template file for 'flannel'
|
|
pkgname=flannel
|
|
version=0.9.1
|
|
revision=1
|
|
build_style=go
|
|
short_desc="Etcd backed network fabric for containers"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
depends="etcd"
|
|
license="Apache-2.0"
|
|
go_import_path="github.com/coreos/flannel"
|
|
homepage="https://$go_import_path"
|
|
distfiles="$homepage/archive/v${version}.tar.gz"
|
|
checksum=9e1ba3d52895f98b8fcc6157725735e4c446e3f3addf4971b0edb1d296f098e3
|
|
|
|
post_install() {
|
|
vsv flannel
|
|
}
|