void-packages/srcpkgs/flannel/template

19 lines
522 B
Bash

# Template file for 'flannel'
pkgname=flannel
version=0.21.5
revision=2
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=51c768f940ae528c61687c8c1574525fe9f0b744f18e5f35dba99ea35895beee
post_install() {
vsv flannel
}