From 9ceaec9a9f384caf9be514868e8322a552d2ac8e Mon Sep 17 00:00:00 2001 From: Paper Mountain Studio Date: Thu, 19 Dec 2019 16:02:41 +0100 Subject: [PATCH] rtorrent: add manpage and example config --- srcpkgs/rtorrent/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/rtorrent/template b/srcpkgs/rtorrent/template index 927925d6318..b8b3ba3513f 100644 --- a/srcpkgs/rtorrent/template +++ b/srcpkgs/rtorrent/template @@ -1,7 +1,7 @@ # Template file for 'rtorrent' pkgname=rtorrent version=0.9.8 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-xmlrpc-c" hostmakedepends="automake libtool pkg-config" @@ -18,3 +18,8 @@ pre_configure() { autoreconf -fi sed -e 's,test "$cross_compiling" = yes, false,' -i configure } + +post_install() { + vman doc/old/rtorrent.1 + vsconf doc/rtorrent.rc-example rtorrent.rc +}