void-packages/srcpkgs/babeld/template
2019-09-30 22:29:01 +02:00

24 lines
596 B
Bash

# Template file for 'babeld'
pkgname=babeld
version=1.9.1
revision=3
wrksrc=babeld-babeld-${version}
build_style=gnu-makefile
short_desc="Babel loop-avoiding distance-vector routing daemon"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="MIT"
homepage="https://www.irif.fr/~jch/software/babel/"
distfiles="https://github.com/jech/babeld/archive/babeld-${version}.tar.gz"
checksum=16e18dbd9f8442feaa68487f5919a8ff8f7d95c62a9c7a3c42b7adf31bd4a9b3
patch_args="-Np1"
pre_build() {
echo ${version}-${revision} > version
}
do_install() {
vbin babeld
vman babeld.man babeld.8
vlicense LICENCE
}