diff --git a/srcpkgs/xkb-switch/template b/srcpkgs/xkb-switch/template new file mode 100644 index 00000000000..2ed2ae13731 --- /dev/null +++ b/srcpkgs/xkb-switch/template @@ -0,0 +1,17 @@ +# Template file for 'xkb-switch' +pkgname=xkb-switch +version=1.5.0 +revision=1 +build_style=cmake +hostmakedepends="cmake" +makedepends="libX11-devel libxkbfile-devel" +short_desc="Query and change the XKB layout state" +maintainer="Andrey Raugas " +license="GPL-3" +homepage="https://github.com/ierton/xkb-switch" +distfiles="https://github.com/ierton/${pkgname}/archive/${version}.tar.gz" +checksum=3e100ac15670eda2109fb0d3159ad08e85e3b33de4cb1b3369dce5da7d83e954 + +post_install() { + vman man/xkb-switch.1 +}