18 lines
460 B
Bash
18 lines
460 B
Bash
# Template file for 'flannel'
|
|
pkgname=flannel
|
|
version=0.10.0
|
|
revision=6
|
|
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=499bc26c2d38cc7aca321eeb596eb2fa054c7002b2f3f935ee79695adcd9b724
|
|
|
|
post_install() {
|
|
vsv flannel
|
|
}
|