Cleaning, smoothing and adding some comments again

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2022-07-21 10:40:11 +02:00
parent 6430b378c0
commit b7fb07a4a0
No known key found for this signature in database
GPG key ID: 79AFA05ABDB26C5A
2 changed files with 15 additions and 0 deletions

View file

@ -6,6 +6,20 @@ pkgbase = linux-cachyos-bmq
arch = x86_64
arch = x86_64_v3
license = GPL2
makedepends = bc
makedepends = libelf
makedepends = pahole
makedepends = cpio
makedepends = perl
makedepends = tar
makedepends = xz
makedepends = zstd
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.18.12.tar.xz
source = config

View file

@ -151,6 +151,7 @@ arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL2')
options=('!strip')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch')
# LLVM makedepends
if [ -n "$_use_llvm_lto" ]; then
makedepends+=(clang llvm lld python)