void-packages/srcpkgs/gxkb/template

18 lines
554 B
Bash
Raw Normal View History

2017-05-19 16:27:32 +02:00
# Template file for 'gxkb'
pkgname=gxkb
version=0.7.9
revision=1
build_style=gnu-configure
2017-05-19 16:27:32 +02:00
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>"
2017-05-19 16:27:32 +02:00
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
}