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
# 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
}
| 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 |