void-packages/srcpkgs/bird/template

24 lines
624 B
Bash

# Template file for 'bird'
pkgname=bird
version=2.15
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=7a6458fa41109c005531b23e3f7abd63d7000a99d195db4944ebccb539ed02f0
conf_files="/etc/bird.conf"
system_accounts="_bird"
CFLAGS="-fcommon"
post_install() {
vsv bird
}