mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
17 lines
409 B
Bash
17 lines
409 B
Bash
# Copyright 2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="mdoc port of the HTML documentation for the s6-linux-init suite"
|
|
HOMEPAGE="https://git.sr.ht/~flexibeast/s6-linux-init-man-pages"
|
|
SRC_URI="
|
|
https://git.sr.ht/~flexibeast/${PN}/archive/v${PV}.tar.gz
|
|
-> ${P}.tar.gz
|
|
"
|
|
S="${WORKDIR}/${PN}-v${PV}"
|
|
|
|
LICENSE="ISC"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|