summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/s6-man-pages')
-rw-r--r--app-doc/s6-man-pages/Manifest1
-rw-r--r--app-doc/s6-man-pages/metadata.xml12
-rw-r--r--app-doc/s6-man-pages/s6-man-pages-2.12.0.4.1.ebuild16
3 files changed, 29 insertions, 0 deletions
diff --git a/app-doc/s6-man-pages/Manifest b/app-doc/s6-man-pages/Manifest
new file mode 100644
index 000000000000..3b9f2c628cfc
--- /dev/null
+++ b/app-doc/s6-man-pages/Manifest
@@ -0,0 +1 @@
+DIST s6-man-pages-2.12.0.4.1.tar.gz 123799 BLAKE2B 0fc4e341a9be8b209bd71e8e7980149fec449cf2c271ee10d6c2f943048163d162c26e5af7c96ffea1cfbd1026ab47e9396d6a65377389dc7e366b113c783fe8 SHA512 33eedd1c6f7184e8336e194baab865ea55beade7bc3bbaf6e99862d65a512a4dc88ac03fbf46ff5466878354ea099c611ca9daa0895cd5a6214c0bcbe865ac90
diff --git a/app-doc/s6-man-pages/metadata.xml b/app-doc/s6-man-pages/metadata.xml
new file mode 100644
index 000000000000..482aa5a01524
--- /dev/null
+++ b/app-doc/s6-man-pages/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>arkamar@gentoo.org</email>
+ <name>Petr Vaněk</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="sourcehut">~flexibeast/s6-man-pages</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-doc/s6-man-pages/s6-man-pages-2.12.0.4.1.ebuild b/app-doc/s6-man-pages/s6-man-pages-2.12.0.4.1.ebuild
new file mode 100644
index 000000000000..2364454ad9d1
--- /dev/null
+++ b/app-doc/s6-man-pages/s6-man-pages-2.12.0.4.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="mdoc port of the HTML documentation for the s6 suite"
+HOMEPAGE="https://git.sr.ht/~flexibeast/s6-man-pages"
+SRC_URI="
+ https://git.sr.ht/~flexibeast/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"