19 lines
606 B
Bash
19 lines
606 B
Bash
# Template file for 'ding'
|
|
pkgname=ding
|
|
version=1.9
|
|
revision=1
|
|
depends="tk"
|
|
short_desc="English-German dictionary lookup program using grep"
|
|
maintainer="Juergen Lorenz <ju@jugilo.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www-user.tu-chemnitz.de/~fri/ding"
|
|
distfiles="https://ftp.tu-chemnitz.de/pub/Local/urz/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=69a6c81fcf785a286c053a352f3201cc8671c72851615c4b707a434309b098e5
|
|
|
|
do_install() {
|
|
vbin ding
|
|
vman ding.1
|
|
vinstall ding.desktop 644 /usr/share/applications
|
|
vinstall ding.png 644 /usr/share/pixmaps
|
|
vinstall de-en.txt 644 /usr/share/dict
|
|
}
|