1 #Contributor: Sebastian Wolf < sebastian at melonkru dot de >
2 #Contributor: gost < gostrc at gmail dot com >
3 #Contributor: Mikolaj Pastuszko <deluminathor@gmail.com>
4 #Contributor: Stefan Seemayer < mail at semicolonsoftware dot de >
5 #Contributor: Gordin < 9ordin @t gmail dot com >
9 pkgdesc='A very powerful graph editor written in java.'
10 arch=('i686' 'x86_64')
11 url='http://www.yworks.com/en/products_yed_about.html'
12 license='http://www.yworks.com/products/yed/license.html'
13 depends=('java-runtime')
14 source=("http://www.yworks.com/products/yed/demo/yEd-${pkgver}.zip"
18 md5sums=('126bc0753a55eef34d1248fae3b5b184'
19 '02b93a6704bf599210084caf9be081fa'
20 '5e2bb06939816929fb94e34d405eb838'
21 'a97c691e7dbe4fe05db971b33c0c4de4')
23 install=$pkgname.install
27 install -Dm644 "$srcdir/yed-$pkgver/yed.jar" "$pkgdir/usr/share/yed/yed.jar"
30 install -Dm644 "$srcdir/yed-$pkgver/license.html" "$pkgdir/usr/share/licenses/yed/license.html"
33 install -Dm644 yed.png "$pkgdir/usr/share/pixmaps/yed.png"
35 # Install .desktop file
36 install -Dm644 yed.desktop "$pkgdir/usr/share/applications/yed.desktop"
39 install -Dm755 yed "$pkgdir/usr/bin/yed"