1 # Maintainer: josephgbr <rafael.f.f1@gmail.com>
6 pkgdesc="A free, open source, translation editor for Java programs."
8 url="http://attesoro.org/"
10 depends=('java-runtime')
11 source=(http://attesoro.org/attesoro_${pkgver/./_}.jar
15 noextract=(${pkgname}_${pkgver/./_}.jar)
16 md5sums=('c57de41365f6e9060488950adf06561a'
17 '195e622a83ff068f152ed9f6175de4e4'
18 '7fc35e6d06f0112676105b825a942d1e'
19 '250c2561fa441c06681504b011b0eb27')
24 install -Dm644 attesoro_${pkgver/./_}.jar \
25 "$pkgdir/usr/share/attesoro/attesoro.jar"
26 install -Dm755 attesoro.sh \
27 "$pkgdir/usr/bin/attesoro"
28 install -Dm644 attesoro.desktop \
29 "$pkgdir/usr/share/applications/attesoro.desktop"
30 install -Dm644 attesoro.png \
31 "$pkgdir/usr/share/pixmaps/attesoro.png"