updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / maiwaifu / PKGBUILD
blobd16eaf23c2e5913b1635f11b395417be433c166a
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>
7 pkgname=maiwaifu
8 pkgver=0.13
9 pkgrel=1
10 epoch=
11 pkgdesc="adobe-air based virtual desktop waifu (or husbando) app"
12 arch=('i686' 'x86_64')
13 url="http://maiwaifuapp.wordpress.com"
14 license=('custom')
15 groups=()
16 depends=('adobe-air')
17 makedepends=()
18 checkdepends=()
19 optdepends=()
20 provides=()
21 conflicts=()
22 replaces=()
23 backup=()
24 options=()
25 install=
26 changelog=
27 source=(http://tohno-chan.com/ddl/src/maiWaifubv013.zip $pkgname.sh)
28 noextract=()
29 md5sums=('02e67850a3a71cdd1957bde5b9b28f53'
30          '9b4987214e64b248a58496ba01cd12ed') #generate with 'makepkg -g'
32 build() {
33   cd $srcdir/
34   #unzip maiWaifubv013.zip
37 package() {
38   cd $srcdir/
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: