47 lines
774 B
TOML
47 lines
774 B
TOML
[build]
|
|
type = "custom"
|
|
|
|
[build.flags]
|
|
no_strip = true
|
|
|
|
[dependencies]
|
|
build = [
|
|
"bc",
|
|
"cpio",
|
|
"gettext",
|
|
"perl",
|
|
"python",
|
|
"libelf",
|
|
"rust",
|
|
"rust-bindgen",
|
|
"tar",
|
|
"xz",
|
|
"zstd",
|
|
"openssl",
|
|
]
|
|
optional = [
|
|
"linux-firmware",
|
|
"linux-headers",
|
|
]
|
|
runtime = [
|
|
"coreutils",
|
|
"kmod",
|
|
"initramfs",
|
|
]
|
|
|
|
[package]
|
|
description = "The Linux Kernel + Modules"
|
|
homepage = "https://www.kernel.org"
|
|
license = "GPL-2.0-Only"
|
|
name = "linux"
|
|
version = "6.19.5"
|
|
revision = 3
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "95ae05c8c709e353c0e8506c072efc5598d85b8b7b564a1ebac7ee8345042ffa"
|
|
url = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-$version.tar.xz"
|
|
|
|
[[manual_sources]]
|
|
files = [ "build.sh", "config.$CARCH" ]
|