mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
18 lines
522 B
Bash
18 lines
522 B
Bash
# Template file for 'flannel'
|
|
pkgname=flannel
|
|
version=0.26.5
|
|
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=4b2b2e5b7e81f14ffce2c4fdff52a6bb7ec1044fc73d8b8b316fbc0c1d4d9e80
|
|
|
|
post_install() {
|
|
vsv flannel
|
|
}
|