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