From e97d5688dea74b452539c4dbbc9d89673de0286c Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Wed, 6 Mar 2019 19:23:06 -0800 Subject: [PATCH] New package: routinator-0.3.0 closes #9490 --- srcpkgs/routinator/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/routinator/template diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template new file mode 100644 index 00000000000..0f52597d122 --- /dev/null +++ b/srcpkgs/routinator/template @@ -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 " +license="BSD-3-Clause" +homepage="https://github.com/NLnetLabs/routinator" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=604fb314b8a2af212355b1f1cac4a6f8ea9531b0577b4899c2980ef810b412e0 + +post_install() { + vlicense LICENSE +}