summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f52489834e71cde63fb1ab99033ba4743c9bfac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname=vkplayer
pkgver=0.4
pkgrel=1
pkgdesc="VK audio player built in Python & GTK3."
arch=('any')
url="http://github.com/and3rson/vkplayer"
license=('GPL2')
depends=('python2' 'gtk3' 'libkeybinder3' 'webkitgtk' 'gobject-introspection-runtime' 'python2-dbus' 'python2-pyglet' 'redis')
options=('!strip')
source=('git+https://github.com/and3rson/vkplayer.git')

package() {
    mkdir -p ${pkgdir}/usr/bin
    mkdir -p ${pkgdir}/usr/lib
    cp -r ${srcdir}/${pkgname}/${pkgname} ${pkgdir}/usr/lib/${pkgname}
    ln -s /usr/lib/${pkgname}/main.py ${pkgdir}/usr/bin/${pkgname}
}

md5sums=('SKIP')