blob: f5487808f7ec2f97320e53f48f1c32d8c5656e7e (
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
|
pkgbase = linux-nitrous
pkgver = 5.14.2
pkgrel = 1
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
makedepends = bison
makedepends = clang>=11
makedepends = llvm>=11
makedepends = lld>=11
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#tag=v5.14.2-1
source = linux-nitrous.preset
sha256sums = SKIP
sha256sums = 59cf1dfe08c144868ad87705dd62a0400921c042b1e12691e42cf214fe9a9402
pkgname = linux-nitrous
pkgdesc = Modified Linux kernel optimized for Haswell (and newer) compiled using clang (tagged git version), with Clear Linux patches
install = linux-nitrous.install
depends = coreutils
depends = kmod
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-nitrous-headers: to build DKMS modules against this kernel
optdepends = linux-firmware: Additional firmware blobs
provides = WIREGUARD-MODULE
backup = etc/mkinitcpio.d/linux-nitrous.preset
pkgname = linux-nitrous-headers
pkgdesc = Header files and scripts for building modules for Linux kernel (tagged git version)
|