void-packages/srcpkgs/flannel/template
2016-08-30 00:59:27 +02:00

21 lines
567 B
Bash

# Template file for 'flannel'
pkgname=flannel
version=0.6.1
revision=1
build_style=go
short_desc="Etcd backed network fabric for containers"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
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=a2bb6bff1adb716e5913773cc7fc64e841b08fac5f00717b81496586a877f187
pre_build() {
CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6
}
post_install() {
vsv flannel
}