blob: 5e88e663d2b5c2e7da01af21fa1505a2231f082d (
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.0+20250826
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-20250826.tar.gz::https://github.com/mstorsjo/llvm-mingw/archive/refs/tags/20250826.tar.gz
source = llvm-project-21.1.0.tar.gz::https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-21.1.0.tar.gz
source = mingw-w64-g311590.tar.gz::https://github.com/mingw-w64/mingw-w64/archive/311590a177efe7e5ec61bc3f265e4c810328f25e.tar.gz
sha256sums = 1c850d25ede0672d58215d66861ca2a07d8f464692eeb1fa8a83cb7e2fb51827
sha256sums = fba0618cf8de48ec05880c446edd756a2669157eab9d29949e971c77da10275f
sha256sums = 89a79aa566a54d00d7efbd4e8b62673804be0630a50419bcbf55adc01baebd38
pkgname = llvm-mingw
|