void-packages/srcpkgs/smcroute/template

20 lines
652 B
Bash

# Template file for 'smcroute'
pkgname=smcroute
version=2.5.6
revision=1
build_style=gnu-configure
configure_args="--enable-mrdisc"
hostmakedepends="pkg-config"
makedepends="libcap-devel"
short_desc="Static multicast routing for UNIX"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/troglobit/smcroute"
changelog="https://raw.githubusercontent.com/troglobit/smcroute/master/ChangeLog.md"
distfiles="https://github.com/troglobit/smcroute/releases/download/${version}/smcroute-${version}.tar.gz"
checksum=0be38f617e322daafaa941c02423239f5c117b940cf0f45bacadb6733c4b3916
post_install() {
vsv smcrouted
}