summaryrefslogtreecommitdiff
blob: e2194f2fbcc3bace4526ca7066d13b974f4a010d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 suite"
HOMEPAGE="https://git.sr.ht/~flexibeast/s6-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"