18 lines
522 B
Bash
18 lines
522 B
Bash
# Template file for 'ckbcomp'
|
|
pkgname=ckbcomp
|
|
version=1.175
|
|
revision=1
|
|
wrksrc="console-setup"
|
|
noarch=yes
|
|
depends="perl"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
short_desc="Compile a XKB keyboard description to a keymap suitable for loadkeys"
|
|
homepage="https://anonscm.debian.org/cgit/d-i/console-setup.git"
|
|
license="GPL-2"
|
|
distfiles="${DEBIAN_SITE}/main/c/console-setup/console-setup_${version}.tar.xz"
|
|
checksum=8ebb79d826cdfc4c4466a2021f2a85742df4f52a9f9bfe6e4f5bc67c6fcf8b8c
|
|
|
|
do_install() {
|
|
vbin Keyboard/ckbcomp
|
|
}
|