1 # Contribuitor: Trizen (trizenx at gmail dot com)
2 # Contribuitor: JokerBoy (www.punctweb.ro)
7 pkgdesc="Pymaxe is an open-source application that allow downloading music from several sites. By default, downloading from Trilulilu, YouTube, KOHit and MusicDumper is supported."
9 url="http://pymaxe.com"
11 depends=('pygtk' 'python2')
13 source=(http://www.pymaxe.com/files/latest/$pkgname.tar.gz)
14 noextract=($pkgname.deb)
15 md5sums=('288b3ccfed463400a2b3c0a564ca21ff')
18 mkdir -p "$pkgdir/usr/"{share,bin}
19 tar -xvf "$pkgname.tar.gz" -C "$pkgdir/usr/share/"
20 cat <<EOF > "$pkgdir/usr/bin/$pkgname"
23 cd /usr/share/pymaxe; python2 pymaxe.py
25 chmod 755 "$pkgdir/usr/bin/$pkgname"