17 lines
547 B
Bash
17 lines
547 B
Bash
# Template file for 'ckbcomp'
|
|
pkgname=ckbcomp
|
|
version=1.190
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="console-setup-${version}"
|
|
depends="perl"
|
|
short_desc="Compile a XKB keyboard description to a keymap suitable for loadkeys"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://anonscm.debian.org/cgit/d-i/console-setup.git"
|
|
distfiles="${DEBIAN_SITE}/main/c/console-setup/console-setup_${version}.tar.xz"
|
|
checksum=ebe32267aa9876a1632d4c9f7f98de627c79a5caa0dc05dcb4d0dbcc7ea8edb4
|
|
|
|
do_install() {
|
|
vbin Keyboard/ckbcomp
|
|
}
|