aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/s6-man/s6-man-9999.ebuild23
1 files changed, 23 insertions, 0 deletions
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 000000000..b5ba30962
--- /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/*
+}