void-packages/srcpkgs/flannel/template
2017-10-26 18:16:57 +00:00

22 lines
564 B
Bash

# Template file for 'flannel'
pkgname=flannel
version=0.9.0
revision=2
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=3d04611497eab9f066d0316a23e5cc931b730707cc5fdcd1ea9940146f41151f
pre_build() {
CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6
}
post_install() {
vsv flannel
}