22 lines
607 B
Bash
22 lines
607 B
Bash
# Template file for 'bird'
|
|
pkgname=bird
|
|
version=2.15.1
|
|
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=48e85c622de164756c132ea77ad1a8a95cc9fd0137ffd0d882746589ce75c75d
|
|
|
|
conf_files="/etc/bird.conf"
|
|
system_accounts="_bird"
|
|
|
|
post_install() {
|
|
vsv bird
|
|
}
|