app-misc/tudu - 0.10.2 (stuff)

Search

Package Information

Description:
Command line interface to manage hierarchical todos
Homepage:
http://code.meskio.net/tudu https://github.com/meskio/tudu/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.10.2 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Command line interface to manage hierarchical todos"
HOMEPAGE="http://code.meskio.net/tudu
	https://github.com/meskio/tudu/"
SRC_URI="https://github.com/meskio/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

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

DEPEND="sys-libs/ncurses:="
RDEPEND="${DEPEND}"

src_compile()
{
	emake DESTDIR="/usr" ETC_DIR="/etc" || die " emake failed"
}

src_install()
{
	emake DESTDIR="${D}" install || die "install failed"
	dodoc AUTHORS README ChangeLog CONTRIBUTORS || die
}

Dependencies

DEPEND

sys-libs/ncurses:=

RDEPEND

sys-libs/ncurses:=

Manifest for 0.10.2

Type File Size Source URLs
DIST tudu-0.10.2.gh.tar.gz 60603 bytes https://github.com/meskio/tudu/archive/refs/tags/v0.10.2.tar.gz