commit: 893636466a798825a60ddcdac7960faebc0700d3 Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com> AuthorDate: Sat Apr 12 16:30:30 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Apr 12 16:30:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89363646
app-misc/qman: add 1.4.1 Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com> app-misc/qman/qman-1.4.1.ebuild | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/app-misc/qman/qman-1.4.1.ebuild b/app-misc/qman/qman-1.4.1.ebuild new file mode 100644 index 000000000..b167f08cb --- /dev/null +++ b/app-misc/qman/qman-1.4.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="A more modern manual page viewer for our terminals" +HOMEPAGE="https://github.com/plp13/qman" +SRC_URI="https://github.com/plp13/qman/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+doc" + +DEPEND=" + sys-libs/ncurses:= + dev-libs/inih + sys-libs/zlib +" +BDEPEND=" + dev-python/cogapp + dev-util/cunit +" +RDEPEND="${DEPEND}" + +src_configure() { + local emesonargs=( + $(meson_feature doc docs) + -Ddocdir="/usr/share/doc/${PF}" + ) + meson_src_configure +}
