2024-12-22 01:08:16 +01:00

22 lines
605 B
Bash

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