updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / flesh-cli / PKGBUILD
blob6791f8a22136cb28e58a62ef22de7a847b0dc842
1 # Contributor: Rasmus <rasmus dot pank at gmail dot com>
3 pkgname=flesh-cli
4 pkgver=2.0
5 pkgrel=3
6 pkgdesc="application designed to quickly analyze a document and display 
7          the difficulty associated with comprehending it"
8 arch=('i686' 'x86_64')
9 url="http://flesh.sourceforge.net/"
10 depends=('java-runtime')
11 license=('GPL')
12 source=(http://downloads.sourceforge.net/flesh/Flesh-Command--Line.zip
13         flesh-cli.sh)
14 md5sums=('4723d79ee3dfd4d87a74f1fca4dbbd11'
15          '946097def286b1600ffb0ffc72f68be2')
17 build() {
18   cd $$srcdir
19   install -D -m755 flesh-cli.sh $pkgdir/usr/bin/flesh-cli
20   install -D -m644 CmdFlesh.jar $pkgdir/usr/share/java/cmdflesh.jar