sys-apps/most - 5.2.0 (gentoo)

Search

Package Information

Description:
Paging program that displays, one windowful at a time, the contents of a file
Homepage:
https://www.jedsoft.org/most/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
5.2.0 8 ~alpha amd64 arm ~arm64 ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-macos 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Paging program that displays, one windowful at a time, the contents of a file"
HOMEPAGE="https://www.jedsoft.org/most/"
SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz
	https://www.jedsoft.org/releases/${PN}/old/${P}.tar.gz"

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

RDEPEND=">=sys-libs/slang-2.1.3"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${PN}-5.0.0a-donot-hardcode-path.patch
)

src_prepare() {
	default
	# Do not strip by default
	sed -e '/\$(INSTALL)/s@ -s@@' -i src/Makefile.in || die
}

src_configure() {
	unset ARCH
	econf
}

src_install() {
	emake DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" \
		install
}

Dependencies

DEPEND

>=sys-libs/slang-2.1.3

RDEPEND

>=sys-libs/slang-2.1.3

Manifest for 5.2.0

Type File Size Source URLs
DIST most-5.2.0.tar.gz 256075 bytes https://www.jedsoft.org/releases/most/most-5.2.0.tar.gz
https://www.jedsoft.org/releases/most/old/most-5.2.0.tar.gz