makedepends=(intltool libfm libunistring gtk3)

description="Keyboard shortcuts configurator (part of LXDE)"
maintainer="rems"

packager="Grat-OS Team"
url="http://lxde.org/"

name=lxde-hotkey
_name=lxhotkey
version=0.1.2

PKGMK_KEEP_SOURCES=no 

source=(https://github.com/lxde/${_name}/archive/refs/tags/$version.tar.gz)

build() {

  cd ${_name}-$version

  autoreconf -fiv
  ./configure --prefix=/usr \
              --enable-gtk3

  make
  make DESTDIR=$PKG install
}
