void-packages/srcpkgs/routinator/template
2019-06-08 10:14:33 +02:00

16 lines
466 B
Bash

# Template file for 'routinator'
pkgname=routinator
version=0.4.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=00d55fcfda6bee6311304415b77347e72e6f65f5f549c57c70876234f67cc0ab
post_install() {
vlicense LICENSE
}