1 # Contributor: Rasmus <rasmus dot pank at gmail dot com>
6 pkgdesc="application designed to quickly analyze a document and display
7 the difficulty associated with comprehending it"
9 url="http://flesh.sourceforge.net/"
10 depends=('java-runtime')
12 source=(http://downloads.sourceforge.net/flesh/Flesh-Command--Line.zip
14 md5sums=('4723d79ee3dfd4d87a74f1fca4dbbd11'
15 '946097def286b1600ffb0ffc72f68be2')
19 install -D -m755 flesh-cli.sh $pkgdir/usr/bin/flesh-cli
20 install -D -m644 CmdFlesh.jar $pkgdir/usr/share/java/cmdflesh.jar