blob: cb43ea74785c0d895ff6d2010b79aacbb5c859a6 (
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
42
43
|
pkgbase = linux-nitrous-fire
pkgver = 6.2.13
pkgrel = 1
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
makedepends = bison
makedepends = clang>=14
makedepends = llvm>=14
makedepends = lld>=14
makedepends = xmlto
makedepends = docbook-xsl
makedepends = kmod
makedepends = inetutils
makedepends = bc
makedepends = git
makedepends = libelf
makedepends = coreutils
makedepends = rust
makedepends = lzop
options = !strip
source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v6.2.13-1
source = linux-nitrous-fire.preset
sha256sums = SKIP
sha256sums = 5c5305e210d83ca015b2272d82c4fbc51a690984a34bfca7922d8c0818b1772b
pkgname = linux-nitrous-fire
pkgdesc = Modified Linux kernel optimized for Skylake and newer, compiled using clang, sacrificing security for performance. The 'nitrous-fire' kernel is insecure, only use it if you need the performance.
install = linux-nitrous-fire.install
depends = coreutils
depends = kmod
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-nitrous-fire-headers=6.2.13-1: to build DKMS modules against this kernel
optdepends = linux-firmware: Additional firmware blobs
provides = NTFS3-MODULE
backup = etc/mkinitcpio.d/linux-nitrous-fire.preset
pkgname = linux-nitrous-fire-headers
pkgdesc = Header files and scripts for building modules for Linux kernel (tagged git version)
depends = dkms
depends = lld>=14
depends = clang>=14
|