vp-build/srcpkgs/gxkb/template

18 lines
574 B
Bash

# Template file for 'gxkb'
pkgname=gxkb
version=0.9.2
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=efd83b6b05e236430c9ed7d9926d498fec1ac74ec57984c7521a441a9ec5cae8
pre_configure() {
./autogen.sh
}