vp-build/srcpkgs/kbdd/template

23 lines
662 B
Bash

# Template file for 'kbdd'
pkgname=kbdd
version=0.7.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config libtool automake dbus-glib-devel glib-devel"
makedepends="libX11-devel dbus-glib-devel glib-devel"
depends="libX11"
short_desc="Simple daemon and library to make per window layout using XKB"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="GPL-2"
homepage="https://github.com/qnikst/kbdd"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=17b3ee6054e86f9d54e70023582061f287a14a96bd8841a99b61921f3a3b165a
pre_configure() {
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoreconf -i
}