New package: flannel-0.5.5
This commit is contained in:
parent
24bdb3eb7a
commit
30e1364a39
2 changed files with 24 additions and 0 deletions
3
srcpkgs/flannel/files/flannel/run
Normal file
3
srcpkgs/flannel/files/flannel/run
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
sv check etcd >/dev/null || exit 1
|
||||
exec flannel
|
21
srcpkgs/flannel/template
Normal file
21
srcpkgs/flannel/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'flannel'
|
||||
pkgname=flannel
|
||||
version=0.5.5
|
||||
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=dbbcb08c0e70713b0c920387a9967e5b30ef833c8118c847edbbca4f68ff0562
|
||||
|
||||
pre_build() {
|
||||
CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv flannel
|
||||
}
|
Loading…
Reference in a new issue