app-misc/ytree: add 2.10

Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/40882
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Filip Kobierski
2025-03-04 12:12:57 +01:00
committed by Arthur Zamarin
parent e43a2bd91a
commit f589724c9f
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST ytree-2.09.tar.gz 121209 BLAKE2B 51acea07f345694ca164dc81dac2e6bb54ce53970d42ee60cbfe0511e3fc7663ef23e8006af136fb2a5d7416313664db64cd2897cc7be71046746db3c17f1211 SHA512 6220345d89791b0ac7a68c4ac477e669cd2c50fb25002b1c4742f811f2dd4ec89385e5a920e5ef815e8eb1efa935d388f096216a94971a0ef3b90789ead8663b
DIST ytree-2.10.tar.gz 123235 BLAKE2B 6b149bfb4480d939d27e6eb17f20a810cc09c14bd2c561bcdb9617dbc57ff34cf5106757d521c44a0d9eebe68e705879f0ee8fbe1e9aae99e26e52e5b30657b9 SHA512 a638d6aa8b4ee6c281b4b1f664fba64d98fc35350e2d98fa983e5b678f50b65d438a6ebfbe71db5e60bf31cfa1ffe917f556308e55fa4e7420a82cc6887027f4

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Curses-based file manager"
HOMEPAGE="https://www.han.de/~werner/ytree.html"
SRC_URI="https://www.han.de/~werner/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
DEPEND="
sys-libs/ncurses:0=
sys-libs/readline:0=
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
DOCS=( CHANGES README THANKS ytree.conf )
src_configure() {
tc-export CC PKG_CONFIG
default
}
src_install() {
einstalldocs
dobin ${PN}
doman ${PN}.1
}