2025-01-10 03:11:25 +00:00

19 lines
522 B
Bash

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