void-packages/srcpkgs/routinator/template
2019-07-25 05:33:02 +02:00

20 lines
536 B
Bash

# Template file for 'routinator'
pkgname=routinator
version=0.5.0
revision=1
build_style=cargo
depends="rsync"
short_desc="Resource Public Key Infrastructure (RPKI) validator"
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/NLnetLabs/routinator"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=e3a0da6d557436e7276f63f9c943df9f1d147f520d09c2fa87fded62a90bb2d7
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="ftbfs in ring" ;;
esac
post_install() {
vlicense LICENSE
}