summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c720f66a85278956862ecdbd5bda8f7815b54ca7 (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
# Maintainer: Diab Neiroukh <officiallazerl0rd@gmail.com>

pkgname="linux-proton-bin"
pkgver=11.0.0
pkgrel=1
arch=(
	"x86_64"
)
pkgdesc="A LLVM and Clang compiler toolchain built for kernel development"
url="https://github.com/kdrag0n/proton-clang"
license=(
	"custom"
)
options=(
    "!strip"
)
source=(
	"https://github.com/kdrag0n/proton-clang/archive/master.zip"
)
b2sums=(
	"SKIP"
)

package()
{
    install -d "$pkgdir/opt"

	cp -r "proton-clang-master" "$pkgdir/opt/proton-clang"
}