logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

rc-status-page-9999.ebuild (433B)


  1. # Copyright 2022 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. inherit git-r3
  5. EGIT_REPO_URI="https://hacktivis.me/git/rc-status-page.git"
  6. DESCRIPTION="Basic HTML status page based on OpenRC"
  7. HOMEPAGE="https://hacktivis.me/git/rc-status-page.git"
  8. LICENSE="BSD-2"
  9. SLOT="0"
  10. DEPEND="sys-apps/openrc:="
  11. RDEPEND="${DEPEND}"
  12. src_install() {
  13. dodoc rc-status-page.css
  14. dobin rc-status-page
  15. }