net-misc/routinator: Install man
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
b4d109ef26
commit
81f878a874
|
@ -9,8 +9,7 @@ IUSE=aspa rta debug
|
|||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=acct-group/routinator acct-user/routinator
|
||||
RESTRICT=mirror
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/NLnetLabs/routinator/archive/refs/tags/v0.14.0.tar.gz -> routinator-0.14.0.tar.gz https://herbizarre.swordarmor.fr/garbage/routinator-0.14.0-vendor.tar.xz
|
||||
_eclasses_=toolchain-funcs fa554cc3cff825d21dfe3f24841e29cf multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 55e231f09fddb09cbbaa254cf234368b rust-toolchain 3f822985d9297438ed2443aa1fbdf33e cargo b5f350ebe96460cff090d0f2ae7e698a
|
||||
_md5_=f88086c7555bed15d4e62062c816e5a4
|
||||
_md5_=f6326b18173162162960d2326d8cf658
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
name="routinator daemon"
|
||||
description="An RPKI relying party software"
|
||||
command=/usr/bin/routinator
|
||||
command_args="--syslog --repository-dir=${ROUTINATOR_BASEDIR}/repository server
|
||||
command_args="--syslog --config /etc/routinator.conf --repository-dir=${ROUTINATOR_BASEDIR}/repository server
|
||||
${ROUTINATOR_OPTS}"
|
||||
pidfile="/run/${RC_SVCNAME}.pid"
|
||||
command_args_background="--detach --pid-file=${pidfile}"
|
||||
|
|
|
@ -20,14 +20,12 @@ SRC_URI="
|
|||
https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz
|
||||
https://herbizarre.swordarmor.fr/garbage/${P}-vendor.tar.xz
|
||||
"
|
||||
RESTRICT="mirror"
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="aspa rta"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
||||
DEPEND="
|
||||
acct-group/routinator
|
||||
acct-user/routinator
|
||||
|
@ -57,6 +55,8 @@ src_install() {
|
|||
newconfd "${FILESDIR}/${PN}-confd" ${PN}
|
||||
|
||||
cargo_src_install
|
||||
|
||||
doman doc/routinator.1
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
|
Loading…
Reference in a new issue