# Template file for 'flannel'
pkgname=flannel
version=0.28.8
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=891c557e493956a7c104edae52138fe1f8f033ebf19665bf7ad52f071efdeffa

post_install() {
	vsv flannel
}
