17 lines
466 B
Bash
17 lines
466 B
Bash
# Template file for 'routinator'
|
|
pkgname=routinator
|
|
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"
|
|
checksum=6b63d19fa1712e3cb33df474684a8ae70698642e422a07fd2fca2477d8a84767
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|