# Maintainer: Dan Theisen pkgname=xbindkeys pkgver=1.8.6 pkgrel=0 pkgdesc="a program that allows you to launch shell commands with your keyboard or mouse" url="https://www.nongnu.org/xbindkeys/xbindkeys.html" arch="all" license="GPL-2.0+" depends="" makedepends="libx11-dev" subpackages="$pkgname-dbg $pkgname-doc" source="https://www.nongnu.org/xbindkeys/xbindkeys-$pkgver.tar.gz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --disable-guile make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="3c77541eae9f87d2020c2272984c221094276dae2a8690c5cec9fe1b23c0139229b8f56876170da70684aeaa128642349b6835c375d473186cbf8123517173ba xbindkeys-1.8.6.tar.gz"