mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 15:02:56 +02:00
16 lines
466 B
Bash
16 lines
466 B
Bash
# 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
|
|
}
|