commit: 3b18a7f56c7c03e88b57e481f9d1727a62a3854a
parent c3ee38e3ac72d178afd89e3ccc42f9e0c804fe9e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 1 Apr 2022 20:42:37 +0200
sys-apps/rc-status-page: newpkg
Diffstat:
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/sys-apps/rc-status-page/rc-status-page-9999.ebuild b/sys-apps/rc-status-page/rc-status-page-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3
+
+EGIT_REPO_URI="https://hacktivis.me/git/rc-status-page.git"
+EGIT_MIN_CLONE_TYPE="single+tags"
+
+DESCRIPTION="Basic HTML status page based on OpenRC"
+HOMEPAGE="https://hacktivis.me/git/rc-status-page.git"
+LICENSE="BSD-2"
+SLOT="0"
+
+DEPEND="sys-apps/openrc:="
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dodoc rc-status-page.css
+ dobin rc-status-page
+}