blob: 57658c5a0c570fc3140ca4a2beb24e3bbbfdd448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = mingw-w64-clang-git
pkgdesc = MinGW clang wrapper (wclang)
pkgver = r94.7eee3ab
pkgrel = 1
url = https://github.com/tpoechtrager/wclang
arch = x86_64
arch = i686
license = GPL
makedepends = cmake
makedepends = git
depends = mingw-w64-gcc
depends = clang
provides = mingw-w64-clang
conflicts = mingw-w64-clang
source = git+https://github.com/tpoechtrager/wclang.git
md5sums = SKIP
pkgname = mingw-w64-clang-git
|