2025-02-24 09:53:31 +01:00

19 lines
522 B
Bash

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