mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
routinator: update to 0.6.4.
This commit is contained in:
parent
486c81f023
commit
b771dcb718
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'routinator'
|
# Template file for 'routinator'
|
||||||
pkgname=routinator
|
pkgname=routinator
|
||||||
version=0.6.1
|
version=0.6.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
depends="rsync"
|
depends="rsync"
|
||||||
|
@ -9,12 +9,16 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://rpki.readthedocs.io/"
|
homepage="https://rpki.readthedocs.io/"
|
||||||
distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
|
distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
|
||||||
checksum=725aff83d39c6fef82d62f0fa0b676b61da7aab1dd460723eed4ef64f647b828
|
checksum=6b564ee81c5bc42cdab06e032a013cf0bf6bd8b79255abf416694ed9ce350b02
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*) broken="ftbfs in ring" ;;
|
ppc*) broken="ftbfs in ring" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
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
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue