1 # Original contributor: Michael Fellinger <m.fellinger@gmail.com>
3 # Tapio Saarinen <admin@bitlong.org>
4 # Steve Klabnik <steve@steveklabnik.com>
5 # Michael Fellinger <m.fellinger@gmail.com>
10 pkgdesc="The best little GUI toolkit, for Ruby."
11 url="http://shoesrb.com/"
14 depends=('ruby' 'giflib' 'gtk2' 'curl' 'portaudio')
25 _gitrepo="git://github.com/shoes/shoes.git"
30 msg "Getting source..."
31 if [ -d $_pkgname ]; then
35 git clone $_gitrepo $_pkgname || return 1
42 mkdir -p $pkgdir/usr/{bin,lib/shoes}
43 cp -r * $pkgdir/usr/lib/shoes/
45 ln -s /usr/lib/shoes/shoes $pkgdir/usr/bin/shoes
46 install -D -m644 $srcdir/$_pkgname/COPYING $pkgdir/usr/share/licenses/$_pkgname/LICENSE