18 lines
460 B
Bash
18 lines
460 B
Bash
# Template file for 'flannel'
|
|
pkgname=flannel
|
|
version=0.11.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=476c886ddc06a8afcf54e181ac55579224c6be424089567a0b8d9e93dd08a053
|
|
|
|
post_install() {
|
|
vsv flannel
|
|
}
|