blob: fb36cd363c6366da5351bcafbf9197984864495b (
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 = dkms-fast-zstd
pkgdesc = Dynamic Kernel Modules System - patched to use much faster compression settings for ZSTD
pkgver = 3.1.1
pkgrel = 1
url = https://github.com/dell/dkms
install = dkms.install
arch = any
license = GPL-2.0-or-later
makedepends = git
depends = bash
depends = coreutils
depends = gawk
depends = gcc
depends = kmod
depends = make
depends = patch
depends = sed
optdepends = linux-headers: build modules against the Arch kernel
optdepends = linux-lts-headers: build modules against the LTS kernel
optdepends = linux-zen-headers: build modules against the ZEN kernel
optdepends = linux-hardened-headers: build modules against the HARDENED kernel
provides = dkms
conflicts = dkms
backup = etc/dkms/framework.conf
source = git+https://github.com/dell/dkms.git#tag=v3.1.1
source = hook.install
source = hook.remove
source = hook.upgrade
source = hook.sh
source = faster-zstd.patch
sha256sums = ddf1445405b004d8a4aab8b8a55cafe187dbeac1776e65939d23ea889cad2aa7
sha256sums = da2dd53bdb427c3ffbe793fd05f898d8a0545e6dbd346c85fad1717b0f838c62
sha256sums = 497422e72b2f10a71caae40c44a07b215425d393acb365700e38944e09f9a554
sha256sums = cc04280e8eb095f4950f5e3c6b2997fbc8d5862d79c5ae29d5943b8ac204d0d4
sha256sums = c1b4a4e2e4e0e0e59ee0887403e79d60b209f3878dbbec6612573f13b90cce01
sha256sums = cb2d4d67b2bca6b21fcf7bb425132ca2ab00ddb30c15fd8481d44f9c8d023444
pkgname = dkms-fast-zstd
|