summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 02f8b434588a0b535a4e6bcb6a6f0b5f3f55744a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: robertfoster

pkgname='python2-pyuserinput-git'
pkgver=86.9fd2879
pkgrel=1
pkgdesc="A module for cross-platform control of the mouse and keyboard in python that is simple to install and use."
url="https://github.com/SavinaRoja/PyUserInput"
arch=('any')
license=('GPL3')
depends=('python2' 'python2-xlib')
source=('git+https://github.com/SavinaRoja/PyUserInput.git')

package() {
  cd PyUserInput
  python2 setup.py install --root="$pkgdir/"
}

pkgver() {
  cd PyUserInput
  echo $(git rev-list --count master).$(git rev-parse --short master)
}

md5sums=('SKIP')