21 lines
547 B
Bash
21 lines
547 B
Bash
# Template file for 'routinator'
|
|
pkgname=routinator
|
|
version=0.6.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=725aff83d39c6fef82d62f0fa0b676b61da7aab1dd460723eed4ef64f647b828
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc*) broken="ftbfs in ring" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|