void-packages/srcpkgs/bird/template

24 lines
624 B
Bash

# Template file for 'bird'
pkgname=bird
version=2.14
revision=1
build_style=gnu-configure
hostmakedepends="flex"
makedepends="ncurses-devel readline-devel libssh-devel"
short_desc="BIRD Internet Routing Daemon"
maintainer="Orphaned <orphan@voidlinux.org>"
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=b0b9f6f8566541b9be4af1f0cac675c5a3785601a55667a7ec3d7de29735a786
conf_files="/etc/bird.conf"
system_accounts="_bird"
CFLAGS="-fcommon"
post_install() {
vsv bird
}