void-packages/srcpkgs/bird/template

24 lines
629 B
Bash

# Template file for 'bird'
pkgname=bird
version=2.13
revision=1
build_style=gnu-configure
hostmakedepends="flex"
makedepends="ncurses-devel readline-devel libssh-devel"
short_desc="BIRD Internet Routing Daemon"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-2.0-or-later"
homepage="https://bird.network.cz"
changelog="https://gitlab.nic.cz/labs/bird/-/raw/master/NEWS"
distfiles="https://bird.network.cz/download/bird-${version}.tar.gz"
checksum=8d895e3e311880e9efb888b4386cbec2f7e18bfb8334e8d4c8ca7c4341092638
conf_files="/etc/bird.conf"
system_accounts="_bird"
CFLAGS="-fcommon"
post_install() {
vsv bird
}