diff --git a/srcpkgs/kbdd/template b/srcpkgs/kbdd/template new file mode 100644 index 0000000000..539054c3dd --- /dev/null +++ b/srcpkgs/kbdd/template @@ -0,0 +1,22 @@ +# 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 " +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 +}