19 lines
632 B
Bash
19 lines
632 B
Bash
# Template file for 'ckbcomp'
|
|
pkgname=ckbcomp
|
|
version=1.195
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="console-setup"
|
|
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://salsa.debian.org/installer-team/console-setup"
|
|
changelog="https://salsa.debian.org/installer-team/console-setup/-/raw/master/debian/changelog"
|
|
distfiles="${DEBIAN_SITE}/main/c/console-setup/console-setup_${version}.tar.xz"
|
|
checksum=0214c690eab05f2a1f93035a987aac931c6eb7a2a7ebda4b80b8375c55a4eaa7
|
|
|
|
do_install() {
|
|
vbin Keyboard/ckbcomp
|
|
}
|