17 lines
630 B
Bash
17 lines
630 B
Bash
# Template file for 'ckbcomp'
|
|
pkgname=ckbcomp
|
|
version=1.198
|
|
revision=1
|
|
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://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=f3aca4aeb76ecfe76e29435ce59d2c55756da70b03deb7f02cbee093000cb725
|
|
|
|
do_install() {
|
|
vbin Keyboard/ckbcomp
|
|
}
|