void-packages/srcpkgs/flannel/template

22 lines
564 B
Bash
Raw Normal View History

2016-03-01 10:18:42 +01:00
# Template file for 'flannel'
pkgname=flannel
2017-07-12 07:45:10 +02:00
version=0.8.0
revision=1
2016-03-01 10:18:42 +01:00
build_style=go
short_desc="Etcd backed network fabric for containers"
2017-04-06 18:52:20 +02:00
maintainer="Andrea Brancaleoni <abc@pompel.me>"
2016-03-01 10:18:42 +01:00
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"
2017-07-12 07:45:10 +02:00
checksum=8905f1706b649db8c9852ddd0d559ff8c1844886278455b8ff0c22b909b1e059
2016-03-01 10:18:42 +01:00
pre_build() {
CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6
}
post_install() {
vsv flannel
}