18 lines
521 B
Bash
18 lines
521 B
Bash
|
# 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
|
||
|
}
|