New package: routinator-0.3.0

closes #9490
This commit is contained in:
Cameron Nemo 2019-03-06 19:23:06 -08:00 committed by maxice8
parent f63f1595d8
commit e97d5688de
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'routinator'
pkgname=routinator
version=0.3.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=604fb314b8a2af212355b1f1cac4a6f8ea9531b0577b4899c2980ef810b412e0
post_install() {
vlicense LICENSE
}