summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 27e102f94fc484ec38ed88052a5666a6ad459802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: niwanowa  <nwianowa@gmail.com>
pkgname=leap_mouse
pkgver=0.1
pkgrel=1
pkgdesc="Mouse operation by Leap Motion"
arch=('any')
url='https://github.com/niwanowa/leap_mouse'
license=('custom:MIT')
makedepends=('git' 'python-setuptools' 'python2-setuptools')
options=()
source=('git+https://github.com/niwanowa/leap_mouse.git')
md5sums=('SKIP')

package() {
    cd "$srcdir/$pkgname"
    sudo python2 setup.py install
}