# Maintainer: Geballin - Guillaume Ballin # Contributor: Kyle Terrien # Contributor: tigrmesh # Contributor: lang2 pkgname=tkdiff pkgver=5.6 pkgrel=1 arch=('any') license=('GPL') pkgdesc="a graphical front end to the diff program" url="http://tkdiff.sourceforge.net/" depends=('tcl' 'tk') conflicts=('tkcvs') source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-5-6.zip) md5sums=('69355922c7738efe9ec9203acef36e02') package() { install -Dm755 "$srcdir/$pkgname-5-6/tkdiff" "$pkgdir/usr/bin/tkdiff"; }