blob: 25ceffb53de1971694113665d51cc4788de4ecf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = zig-dev-bin
pkgdesc = A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software
pkgver = 0.15.0_dev.643.gdc6ffc28b
pkgrel = 2
epoch = 1
url = https://ziglang.org/
arch = x86_64
arch = aarch64
license = MIT
makedepends = curl
makedepends = python3
makedepends = minisign
provides = zig
conflicts = zig
options = !strip
options = !debug
source = hello.zig
source = buildhelper.py
sha256sums = SKIP
sha256sums = SKIP
pkgname = zig-dev-bin
|