void-packages/srcpkgs/gxkb/template
2017-05-19 16:27:34 +02:00

17 lines
554 B
Bash

# Template file for 'gxkb'
pkgname=gxkb
version=0.7.9
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="libxklavier-devel libwnck2-devel"
short_desc="Lightweight GTK+2 X11 keyboard layout indicator and switcher"
maintainer="Ivan Kozak <kozak-iv@yandex.ru>"
license="GPL-2"
homepage="https://github.com/zen-tools/gxkb"
distfiles="https://github.com/zen-tools/${pkgname}/archive/v${version}.tar.gz"
checksum="964f814eba0ff7688b7a40a21d5c70f47b56a6242a3d36b713420e572bf4bba2"
pre_configure() {
./autogen.sh
}