# Maintainer: Diab Neiroukh # Contributor: Jan Alexander Steffens (heftig) pkgbase="linux-zest-git" pkgname=( "linux-zest-git" "linux-zest-git-docs" "linux-zest-git-headers" ) pkgver=5.6 pkgrel=6 arch=( "i686" "x86_64" ) url="https://github.com/ZestProjects/linux" license=( "GPL2" ) makedepends=( "bc" "cpio" "graphviz" "imagemagick" "inetutils" "kmod" "libelf" "llvm-proton-bin" "python-sphinx" "python-sphinx_rtd_theme" "xmlto" ) options=( "!strip" ) source=( "https://github.com/ZestProjects/linux/archive/fivesix.zip" ) b2sums=( "SKIP" ) prepare() { export PATH="/opt/proton-clang/bin:$PATH" cd "linux-fivesix" || exit echo "Setting config..." make CC=clang LD=ld.lld NM=llvm-nm OBJCOPY=llvm-objcopy HOSTCC=clang HOSTLD=ld.lld zestop_defconfig make CC=clang LD=ld.lld NM=llvm-nm OBJCOPY=llvm-objcopy HOSTCC=clang HOSTLD=ld.lld -s kernelrelease > version echo "Prepared $pkgbase version $(