app-text/txt2man - 1.7.1 (gentoo)

Search

Package Information

Description:
Scripts to convert regular ASCII text to man pages
Homepage:
https://github.com/mvertes/txt2man
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.7.1 7 ~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Scripts to convert regular ASCII text to man pages"
HOMEPAGE="https://github.com/mvertes/txt2man"
SRC_URI="https://github.com/mvertes/txt2man/archive/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
IUSE=""

RDEPEND="app-shells/bash
	sys-apps/gawk"

S="${WORKDIR}/${PN}-${P}"

DOCS=( Changelog README )

src_install() {
	emake prefix="${ED}/usr" install
	einstalldocs
}

Dependencies

RDEPEND

app-shells/bash
	sys-apps/gawk

Manifest for 1.7.1

Type File Size Source URLs
DIST txt2man-1.7.1.tar.gz 15976 bytes https://github.com/mvertes/txt2man/archive/txt2man-1.7.1.tar.gz