This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
|
name: linux
|
|
version: 5.2.4
|
|
release: 1
|
|
sources: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{version}.tar.xz
|
|
@build
|
|
true
|
|
|
|
@install
|
|
mkdir -p '%{pkg}/usr'
|
|
cd 'linux-%{version}' && make headers_%{name} ARCH=x86_64 INSTALL_HDR_PATH='%{pkg}/usr'
|
|
|