blob: 119b2866d9b25645291218ad093532e1b1a12f4a (
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
|
pkgbase = mingw-w64-llvm
pkgdesc = Collection of modular and reusable compiler and toolchain technologies (mingw-w64)
pkgver = 10.0.0
pkgrel = 1
url = http://llvm.org/
arch = any
license = custom:Apache 2.0 with LLVM Exception
makedepends = mingw-w64-cmake
makedepends = llvm>=10
makedepends = python
depends = mingw-w64-zlib
depends = mingw-w64-z3
depends = mingw-w64-libxml2
options = !strip
options = !buildflags
options = staticlibs
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/llvm-10.0.0.src.tar.xz
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/llvm-10.0.0.src.tar.xz.sig
validpgpkeys = B6C8F98282B944E3B0D5C2530FC3042E345AD05D
validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
sha256sums = df83a44b3a9a71029049ec101fb0077ecbbdf5fe41e395215025779099a98fdf
sha256sums = SKIP
pkgname = mingw-w64-llvm
|