void-packages/srcpkgs/flannel/template

19 lines
522 B
Bash

# Template file for 'flannel'
pkgname=flannel
version=0.25.4
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=634ce8820d7b1c622e5f6d7abbab7491aa851549166012f673f6f0e05f064ed7
post_install() {
vsv flannel
}