# Template file for 'flannel'
pkgname=flannel
version=0.28.5
revision=1
build_style=go
go_mod_mode=off
go_import_path="github.com/flannel-io/flannel"
depends="etcd"
short_desc="Etcd backed network fabric for containers"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://github.com/flannel-io/flannel"
distfiles="https://github.com/flannel-io/flannel/archive/v${version}.tar.gz"
checksum=e6b6f52c65ad842273c789724c554445b8d45ab9a8adb0268199f3c69cc511ef

post_install() {
	vsv flannel
}
