17 lines
466 B
Bash
17 lines
466 B
Bash
# Template file for 'routinator'
|
|
pkgname=routinator
|
|
version=0.3.1
|
|
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=13516ec84c11642b7a4c34e4dec62d68d5874665491238a7083b5d4f975c8889
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|