app-shells/manpager - 0.0.3 (guru)

Search

Install

Install this version:

emerge -a =app-shells/manpager-0.0.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-shells/manpager-0.0.3

Or alternatively:

emerge --autounmask-write -a =app-shells/manpager-0.0.3

Package Information

Description:
colorize man pages
Homepage:
https://github.com/Freed-Wu/manpager
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.0.3 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="colorize man pages"
HOMEPAGE="https://github.com/Freed-Wu/manpager"

SRC_URI="
	$HOMEPAGE/archive/${PV}.tar.gz -> $P.tar.gz
"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	!app-text/manpager
	sys-apps/bat
	app-text/ansifilter
"

src_prepare() {
	default
	sed -i "s=/usr=$EPREFIX/usr=g" "bin/$PN"
}

src_install() {
	dobin "bin/$PN"
	echo "MANPAGER=manpager" | newenvd - 00manpager
}

Dependencies

RDEPEND

	!app-text/manpager
	sys-apps/bat
	app-text/ansifilter

Manifest for 0.0.3

Type File Size Source URLs
DIST manpager-0.0.3.tar.gz 19824 bytes https://github.com/Freed-Wu/manpager/archive/0.0.3.tar.gz