blob: d7a212b14a795e08731840d35a8467b012e548b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
pkgbase = linux-nitrous-git
pkgver = 5.4.16
pkgrel = 1
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
makedepends = clang
makedepends = xmlto
makedepends = docbook-xsl
makedepends = kmod
makedepends = inetutils
makedepends = bc
makedepends = git
makedepends = libelf
makedepends = coreutils
options = !strip
source = git+https://gitlab.com/xdevs23/linux-nitrous.git#branch=v5.4+
source = linux-nitrous.preset
sha256sums = SKIP
sha256sums = 03a08e1df74541e9848685da38134d701684694c43e3428197c6db41e968f246
pkgname = linux-nitrous-git
pkgdesc = Modified Linux kernel optimized for Haswell (and newer) compiled using clang
install = linux-nitrous-git.install
depends = coreutils
depends = linux-firmware
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-nitrous-git-headers: to build DKMS modules against this kernel
provides = linux
backup = etc/mkinitcpio.d/linux-nitrous.preset
pkgname = linux-nitrous-git-headers
pkgdesc = Header files and scripts for building modules for Linux kernel (git version)
provides = linux-headers
pkgname = linux-nitrous-git-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux kernel (git version)
provides = linux-docs
|