void-packages/srcpkgs/gxkb/template

18 lines
574 B
Bash

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