mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
app-misc/s6-man: new package, add 9999
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
23
app-misc/s6-man/s6-man-9999.ebuild
Normal file
23
app-misc/s6-man/s6-man-9999.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# 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/*
|
||||
}
|
||||
Reference in New Issue
Block a user