New package: xkb-switch

Closes: #6429 [via git-merge-pr]
This commit is contained in:
Duncaen 2017-05-19 16:49:34 +02:00
parent 2ebdc9e235
commit 7ecae6bc60
1 changed files with 17 additions and 0 deletions

View File

@ -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 <kainonergon@gmail.com>"
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
}