From cb363a17677b6d7c5e0cb4c3a38e92f96d7607d8 Mon Sep 17 00:00:00 2001 From: Tony Olagbaiye Date: Wed, 18 May 2022 17:34:41 +0100 Subject: [PATCH] app-misc/s6-man: new package, add 9999 Signed-off-by: Tony Olagbaiye --- app-misc/s6-man/s6-man-9999.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app-misc/s6-man/s6-man-9999.ebuild diff --git a/app-misc/s6-man/s6-man-9999.ebuild b/app-misc/s6-man/s6-man-9999.ebuild new file mode 100644 index 0000000000..b5ba309625 --- /dev/null +++ b/app-misc/s6-man/s6-man-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="mdoc versions of the HTML documentation for the s6 supervision suite" +HOMEPAGE="http://skarnet.org/software/s6/" + +inherit git-r3 +EGIT_REPO_URI="https://github.com/flexibeast/s6-man-pages.git" + +LICENSE="ISC" +SLOT="0" + +src_compile() { + echo >/dev/null +} + +src_install() { + ls -la ${S} + doman ${S}/man7/* + doman ${S}/man8/* +}