# # Maintainer: Mikael Eriksson # # Based on the linux package by: # Maintainer: Jan Alexander Steffens (heftig) pkgbase=linux-mainline # Build stock -ARCH kernel #pkgbase=linux-custom # Build kernel with a different name _tag=v6.9-rc5 pkgver=6.9rc5 pkgrel=1 pkgdesc="Linux Mainline" arch=(x86_64) url="https://kernel.org/" license=(GPL-2.0-only) makedepends=( bc cpio gettext git libelf pahole perl python tar xz # htmldocs graphviz imagemagick python-sphinx python-yaml texlive-latexextra ) options=( !strip !debug ) _srcname=linux-mainline source=( "$_srcname::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=$_tag" config # the main kernel config file ) validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman 'A2FF3A36AAA56654109064AB19802F8B0D70FC30' # Jan Alexander Steffens (heftig) ) sha256sums=('SKIP' 'c2b00c84c4b543db431e06604d939a62f93107d18369f4d9860dc8062b01ab45') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase export KBUILD_BUILD_TIMESTAMP="$(date -Ru${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EPOCH})" _make() { test -s version make KERNELRELEASE="$( localversion.10-pkgrel echo "${pkgbase#linux}" > localversion.20-pkgname make defconfig make -s kernelrelease > version make mrproper local src for src in "${source[@]}"; do src="${src%%::*}" src="${src##*/}" [[ $src = *.patch ]] || continue echo "Applying patch $src..." patch -Np1 < "../$src" done echo "Setting config..." cp ../config .config _make olddefconfig diff -u ../config .config || : echo "Prepared $pkgbase version $(