blob: f274e2fb744f420843a420d097c682624b34ad32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = coreclr-git
pkgdesc = The .NET Core Runtime
pkgver = 32b981a
pkgrel = 1
url = https://github.com/dotnet/coreclr
arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
makedepends = clang35
makedepends = llvm35
depends = icu
depends = lldb
depends = libunwind
depends = lttng-ust
provides = coreclr
source = git+https://github.com/dotnet/coreclr
sha1sums = SKIP
pkgname = coreclr-git
|