1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: ShionjiYuuko <eien.mihoshi@gmail.com>
11 pkgdesc="adobe-air based virtual desktop waifu (or husbando) app"
12 arch=('i686' 'x86_64')
13 url="http://maiwaifuapp.wordpress.com"
27 source=(http://tohno-chan.com/ddl/src/maiWaifubv013.zip $pkgname.sh)
29 md5sums=('02e67850a3a71cdd1957bde5b9b28f53'
30 '9b4987214e64b248a58496ba01cd12ed') #generate with 'makepkg -g'
34 #unzip maiWaifubv013.zip
39 install -d $pkgdir/{usr/bin,opt/$pkgname}
40 install maiWaifubv013.air $pkgdir/opt/$pkgname/maiWaifu.air
41 install -m755 $pkgname.sh $pkgdir/usr/bin/maiWaifu
44 # vim:set ts=2 sw=2 et: