Switch to new package format
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
name: linux-stable
|
||||
description: The stable version of the linux kernel
|
||||
version: 7.0.11
|
||||
revision: 2
|
||||
url: https://www.kernel.org/
|
||||
license: GPL2-only
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
make_depends:
|
||||
- bc
|
||||
- clang
|
||||
- cpio
|
||||
- gettext
|
||||
- libelf
|
||||
- lld
|
||||
- llvm
|
||||
- openssl
|
||||
- pahole
|
||||
- perl
|
||||
- rustc
|
||||
- rust-bindgen
|
||||
- rust-src
|
||||
- xz-utils
|
||||
- zlib
|
||||
- zstd
|
||||
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: e56c8356dda01136a6041c6ef832bd0ec99bd2d35dff97832aa5ec10ed014304
|
||||
split_packages:
|
||||
- name: linux-stable
|
||||
optional_depends:
|
||||
- linux-stable-docs:For documentation
|
||||
- linux-stable-headers:For building modules
|
||||
- name: linux-stable-headers
|
||||
description: The stable version of the linux kernel (Headers)
|
||||
depends:
|
||||
- linux-stable
|
||||
- binutils
|
||||
- lld
|
||||
- llvm
|
||||
- openssl
|
||||
- pahole
|
||||
- xxhash
|
||||
- zlib
|
||||
- zstd
|
||||
- name: linux-stable-docs
|
||||
description: The stable version of the linux kernel (Documentation)
|
||||
depends:
|
||||
- linux-stable
|
||||
Reference in New Issue
Block a user