void-packages/srcpkgs/routinator/template

17 lines
466 B
Bash
Raw Normal View History

# Template file for 'routinator'
pkgname=routinator
2019-03-30 19:42:10 +01:00
version=0.3.2
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"
2019-03-30 19:42:10 +01:00
checksum=6b63d19fa1712e3cb33df474684a8ae70698642e422a07fd2fca2477d8a84767
post_install() {
vlicense LICENSE
}