30 lines
692 B
TOML
30 lines
692 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = ["--disable-vlock"]
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"sh",
|
|
"glibc",
|
|
"coreutils",
|
|
]
|
|
|
|
[package]
|
|
description = "key-table files, console fonts, and keyboard utilities"
|
|
homepage = "http://www.kbd-project.org"
|
|
license = "GPL-2.0-or-later"
|
|
name = "kbd"
|
|
version = "2.9.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
patches = ["kbd-2.9.0-backspace-1.patch"]
|
|
post_extract = [
|
|
"sed -i '/RESIZECONS_PROGS=/s/yes/no/' configure",
|
|
"sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in",
|
|
]
|
|
sha256 = "fb3197f17a99eb44d22a3a1a71f755f9622dd963e66acfdea1a45120951b02ed"
|
|
url = "https://www.kernel.org/pub/linux/utils/kbd/kbd-$version.tar.xz"
|