app-misc/tofu - 3.5a (mim)

Search

Package Information

Description:
Plain (stupid) text-based todo manager
Homepage:
https://requiescant.tuxfamily.org https://web.archive.org/web/20150912025928/http://requiescant.tuxfamily.org/pages/PAGE20080212T.html
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
3.5a 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

DESCRIPTION="Plain (stupid) text-based todo manager"
HOMEPAGE="https://requiescant.tuxfamily.org https://web.archive.org/web/20150912025928/http://requiescant.tuxfamily.org/pages/PAGE20080212T.html"
SRC_URI="https://requiescant.tuxfamily.org/${P}.tar.bz2"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-lang/perl"

src_configure() { :; }

src_install() {
	dodoc CHANGELOG README
	doman share/*
	dobin ${PN} tofuup
}

pkg_postinst() {
	elog "If you are using ${PN}<3.0 you should run tofuup first."
}

Dependencies

RDEPEND

dev-lang/perl

Manifest for 3.5a

Type File Size Source URLs
DIST tofu-3.5a.tar.bz2 23542 bytes https://requiescant.tuxfamily.org/tofu-3.5a.tar.bz2