app-misc/s6-man - 9999 (robertgzr)

Search

Install

Install this version:

emerge -a =app-misc/s6-man-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/s6-man-9999

Or alternatively:

emerge --autounmask-write -a =app-misc/s6-man-9999

Package Information

Description:
mdoc versions of the HTML documentation for the s6 supervision suite
Homepage:
http://skarnet.org/software/s6/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2021-2024 Robert Günzler
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="mdoc versions of the HTML documentation for the s6 supervision suite"
HOMEPAGE="http://skarnet.org/software/s6/"

inherit git-r3
EGIT_REPO_URI="https://github.com/flexibeast/s6-man-pages.git"

LICENSE="ISC"
SLOT="0"

src_compile() {
	echo >/dev/null
}

src_install() {
	ls -la ${S}
	doman ${S}/man7/*
	doman ${S}/man8/*
}

Inherited Eclasses