mirror of
https://github.com/archlinux/aur.git
synced 2026-02-15 21:10:41 +01:00
Cleaning, smoothing and adding some comments again
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
6430b378c0
commit
b7fb07a4a0
2 changed files with 15 additions and 0 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue