vp-build/srcpkgs/gxkb/template

18 lines
557 B
Bash

# Template file for 'gxkb'
pkgname=gxkb
version=0.8.1
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.0-or-later"
homepage="https://github.com/zen-tools/gxkb"
distfiles="https://github.com/zen-tools/gxkb/archive/v${version}.tar.gz"
checksum=aa8a69bbdce94e3cd17c7c12f5773c8e4bb7f2a5b706aacdce545e82063ff35e
pre_configure() {
./autogen.sh
}