26 lines
715 B
Bash
26 lines
715 B
Bash
# Template file for 'routinator'
|
|
pkgname=routinator
|
|
version=0.7.1
|
|
revision=1
|
|
build_style=cargo
|
|
depends="rsync"
|
|
short_desc="Resource Public Key Infrastructure (RPKI) validator"
|
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://rpki.readthedocs.io/"
|
|
distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
|
|
checksum=a84589789bdc76322deb29c78d6b14391c859967a4ae8f766a79d6b7a1fd16b2
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
x86_64*|i686*|arm*|aarch64*) ;;
|
|
*) broken="ftbfs in ring" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vdoc doc/misc.md
|
|
vman doc/routinator.1
|
|
vinstall etc/routinator.conf.system-service 0644 etc/routinator routinator.conf
|
|
vlicense LICENSE
|
|
}
|