blob: d18883d6b64048617cb7f854472315823a6bf3c8 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
pkgbase = llvm-mingw
pkgdesc = A self-contained LLVM/Clang/LLD based mingw-w64 toolchain for i686 and x86_64 targets
pkgver = 21.1.1+20250910
pkgrel = 1
url = https://github.com/mstorsjo/llvm-mingw
arch = x86_64
groups = mingw-w64-toolchain
groups = mingw-w64
license = LicenseRef-custom
license = ZPL-2.1
license = GPL-3.0
license = GPL-3.0-with-GCC-exception
license = GFDL-1.3-or-later
license = Apache-2.0 WITH LLVM-exception
license = custom:ISC
makedepends = cmake>=3.20.0
makedepends = ninja
makedepends = python
makedepends = git
makedepends = libxml2
makedepends = zlib
makedepends = xz
makedepends = swig
makedepends = lua53
makedepends = doxygen
makedepends = perl
depends = gcc-libs
depends = glibc
depends = zlib
depends = libffi
depends = libedit
depends = ncurses
depends = libxml2
depends = bash
optdepends = wine: for running Windows executables
provides = mingw-w64-gcc
provides = mingw-w64-clang
provides = mingw-w64-binutils
provides = mingw-w64-tools
provides = mingw-w64-crt
provides = mingw-w64-headers
provides = mingw-w64-winpthreads
provides = mingw-w64-winstorecompat
provides = llvm-mingw-w64-toolchain
options = staticlibs
options = !buildflags
options = !emptydirs
source = llvm-mingw-20250910.tar.gz::https://github.com/mstorsjo/llvm-mingw/archive/refs/tags/20250910.tar.gz
source = llvm-project-21.1.1.tar.gz::https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-21.1.1.tar.gz
source = mingw-w64-g849a15.tar.gz::https://github.com/mingw-w64/mingw-w64/archive/849a151baf187f32eb57b34c00365cbc7d2353a7.tar.gz
sha256sums = 48caa362f1256a8f0719332f2555d06e3e0bdc5414d3bf8cb6809ee8ec5a5ba2
sha256sums = 5f048351ee63050d7fa45b6a1160768fb222a8d306a89e1344515ef7a4bcd278
sha256sums = 06bd03bed2e05ee74d09cc0d5d0ca12db38171492927df0314fd7e0c5f3901fe
pkgname = llvm-mingw
|