# Maintainer: Vladimir Gorbunov pkgname=xkeysnail pkgver=0.3.0 pkgrel=1 pkgdesc="Yet another keyboard remapping tool for X environment." arch=('any') url="https://github.com/mooz/xkeysnail" license=('GPL') depends=('python' 'python-xlib' 'python-evdev' 'python-inotify-simple') makedepends=('python-setuptools') options=(!emptydirs) source=("https://files.pythonhosted.org/packages/source/x/${pkgname}/${pkgname}-${pkgver}.tar.gz") sha256sums=('0eaff456508b06a1daad6408e2fe91828af988d591a165e6d863ef116bc60a3e') package() { cd "$srcdir/$pkgname-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 }