summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4762a29e4e3b690e5b7582569c2f6803e10c61a6 (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: M0Rf30

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')