summaryrefslogtreecommitdiff
path: root/.SRCINFO
blob: 2ec1f2a642d66f4c096ce2f95a82f33d172afe2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = zig-git
	pkgdesc = a programming language prioritizing robustness, optimality, and clarity
	pkgver = 0.6.0
	pkgrel = 1
	url = https://ziglang.org
	arch = i686
	arch = x86_64
	license = MIT
	makedepends = cmake
	makedepends = git
	depends = clang
	depends = llvm>=10
	depends = lld
	provides = zig
	conflicts = zig
	source = git+https://github.com/zig-lang/zig.git
	md5sums = SKIP

pkgname = zig-git