34 lines
787 B
Plaintext
34 lines
787 B
Plaintext
name: linux-stable
|
|
description: The stable version of the linux kernel
|
|
version: 6.18.3
|
|
revision: 1
|
|
url: https://www.kernel.org/
|
|
license: GPL2-only
|
|
architecture: any
|
|
type: source
|
|
make_depends:
|
|
- bc
|
|
- clang
|
|
- cpio
|
|
- gettext
|
|
- libelf
|
|
- lld
|
|
- llvm
|
|
- perl
|
|
- rustc
|
|
- rust-bindgen
|
|
- rust-src
|
|
downloads:
|
|
- url: https://cdn.kernel.org/pub/linux/kernel/v${BPM_PKG_VERSION%%.*}.x/linux-${BPM_PKG_VERSION}.tar.xz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 7a8879167b89c4bae077d6f39c4f2130769f05dbdad2aad914adab9afb7d7f9a
|
|
split_packages:
|
|
- name: linux-stable
|
|
optional_depends:
|
|
- linux-stable-docs
|
|
- name: linux-stable-docs
|
|
description: The stable version of the linux kernel (Documentation)
|
|
depends:
|
|
- linux-stable
|