blob: 9ab05fbb3c535bf317caa31ab857690f5c11fc2e (
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.11.0.r3596.gfbb38a7682
pkgrel = 1
url = https://ziglang.org
arch = i686
arch = x86_64
arch = aarch64
license = MIT
makedepends = cmake
makedepends = git
depends = clang
depends = llvm
depends = lld
provides = zig
conflicts = zig
source = git+https://github.com/ziglang/zig.git
md5sums = SKIP
pkgname = zig-git
|