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