17 lines
460 B
Bash
17 lines
460 B
Bash
# Template file for 'flannel'
|
|
pkgname=flannel
|
|
version=0.12.0
|
|
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=7375318b288bcff733aabfe1a1007d478cb9091cdaffe68c8253ddd93bc070ed
|
|
|
|
post_install() {
|
|
vsv flannel
|
|
}
|