blob: 79a88feb311ab75fbef651163d8ba8ce89d6ad42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = julec-git
pkgdesc = The Jule Programming Language Compiler
pkgver = jule0.1.2.r0.gec118a40
pkgrel = 1
url = https://github.com/julelang/jule
arch = x86_64
arch = aarch64
arch = i386
groups = jule
license = BSD-3-Clause
makedepends = git
makedepends = clang
depends = glibc
depends = gcc-libs
optdepends = clang: clang backend support
optdepends = gcc: gcc backend support
provides = julec
conflicts = julec
source = git+https://github.com/julelang/jule.git
sha256sums = SKIP
source_x86_64 = jule-ir-jule0.1.2.r0.gec118a40-x86_64.cpp::https://raw.githubusercontent.com/julelang/julec-ir/main/src/linux-amd64.cpp
sha256sums_x86_64 = SKIP
source_aarch64 = jule-ir-jule0.1.2.r0.gec118a40-aarch64.cpp::https://raw.githubusercontent.com/julelang/julec-ir/main/src/linux-arm64.cpp
sha256sums_aarch64 = SKIP
source_i386 = jule-ir-jule0.1.2.r0.gec118a40-i386.cpp::https://raw.githubusercontent.com/julelang/julec-ir/main/src/linux-i386.cpp
sha256sums_i386 = SKIP
pkgname = julec-git
|