Files
Alfredo Tupone c9164c2c7f dev-util/tkdiff: add 6.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2026-02-27 11:44:57 +01:00

26 lines
502 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MYP=${PN}-$(ver_rs 1- -)
DESCRIPTION="Graphical front end to the diff program"
HOMEPAGE="http://tkdiff.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${PV}/${MYP}.zip"
S="${WORKDIR}/${MYP}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="dev-lang/tk"
DEPEND="${RDEPEND}"
BDEPEND="app-arch/unzip"
src_install() {
dobin tkdiff
dodoc CHANGELOG.txt
}