1 # Maintainer: Vojtech Kral <kral.vojtech at gmail dot com>
6 pkgdesc="Samorost 2 is an award-winning point-and-click adventure/puzzle Flash game by Amanita Design"
8 url="http://amanita-design.net/samorost-2/"
10 depends=('xdg-utils' 'flashplugin')
13 source=(samorost2_linux.zip
16 noextract=(samorost2_linux.zip)
18 sha256sums=('1e6304b203cbe05e2e7d85b2f062142decb70084ebd7cfbee4475d91a048aad6'
19 '594dc311057d005bcc0d2b9989c0f095ed8f57c75d9003cc52978d2eb7c87829'
20 '335d3d35738d05e0314cf4e10c2406ace560a6de606f91a6835069ae1e94408d')
24 mkdir -p ${pkgdir}/usr/share/samorost2
25 unzip samorost2_linux.zip -d ${pkgdir}/usr/share/samorost2/
26 install -D -m755 samorost2 ${pkgdir}/usr/bin/samorost2
27 install -D -m644 samorost2.desktop ${pkgdir}/usr/share/applications/samorost2.desktop