Install this version:
emerge -a =sys-apps/rc-status-page-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/rc-status-page-9999
Or alternatively:
emerge --autounmask-write -a =sys-apps/rc-status-page-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
EGIT_REPO_URI="https://anongit.hacktivis.me/git/rc-status-page.git"
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
}