summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 367a613599e8e5b31d3259ae9bbd09629de97b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: https://github.com/jerry3904 
# Maintainer: https://github.com/luffah
# Last Modified 2024-02-20 by Martin Filion <Mordillo98@gmail.com>

pkgname=obkey-python3
pkg_git=obkey
pkgver=1.3.2
pkgrel=1
pkgdesc="graphical tool for configuring Openbox keybindings"
arch=('i686' 'x86_64')
url="https://github.com/MX-Linux/obkey"
license=('GPL3')
depends=('python' 'python-gobject' 'python-gettext')
conflicts=('obkey' 'obkey-git')
source=("git+https://github.com/MX-Linux/obkey.git")
md5sums=('SKIP')

package() {
  cd "${srcdir}/${pkg_git}"
  python setup.py install --root="${pkgdir}/" --optimize=1
}