mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 16:43:26 +02:00
16 lines
398 B
Bash
16 lines
398 B
Bash
# Copyright 2023-2024 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-rc suite"
|
|
HOMEPAGE="https://git.sr.ht/~flexibeast/s6-rc-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"
|