blob: 91d2e2386261b4ca8eb763f1a8392c9526b5a53c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = zlang-git
pkgdesc = ZLang programming language compiler with LLVM backend
pkgver = 0.1.2.r0.gf10d0c9
pkgrel = 1
url = https://github.com/zlangdevs/zlang
arch = x86_64
arch = aarch64
license = GPL-3.0-only
provides = zlang
conflicts = zlang
depends = llvm-libs
makedepends = git
makedepends = zig>=0.16.0
makedepends = flex
makedepends = bison
makedepends = llvm
optdepends = lld: LLVM linker
source = zlang-git::git+https://github.com/zlangdevs/zlang.git
sha256sums = SKIP
pkgname = zlang-git
|