19 lines
522 B
Bash
19 lines
522 B
Bash
# Template file for 'flannel'
|
|
pkgname=flannel
|
|
version=0.26.0
|
|
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=7d22789ba9cd734dff88325f9c18eac5b984e67ca0689bf4904d9e82715f45f1
|
|
|
|
post_install() {
|
|
vsv flannel
|
|
}
|