sys-apps/rc-status-page - 9999 (lanodanOverlay)

Search

Install

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

Package Information

Description:
Basic HTML status page based on OpenRC
Homepage:
https://hacktivis.me/git/rc-status-page.git
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

DEPEND

sys-apps/openrc:=

RDEPEND

sys-apps/openrc:=