blob: 9eac5b3994e12912b87b923a2630a388c466aae1 (
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
29
30
31
32
33
34
|
pkgbase = llrt
pkgdesc = Lightweight JavaScript runtime, compiler, REPL, and test runner (STANDARD @aws-sdk bundled)
pkgver = 0.7.0beta
pkgrel = 27
url = https://github.com/awslabs/llrt
arch = x86_64
arch = aarch64
license = Apache-2.0
makedepends = cmake
makedepends = git
makedepends = llvm-libs>=21.0.0
makedepends = make
makedepends = nodejs
makedepends = parallel
makedepends = rustup
makedepends = zig
makedepends = zstd
optdepends = typescript: transpiler for TypeScript code with type checking support
optdepends = esbuild: fast compiler and bundler for JavaScript and TypeScript
optdepends = swc-js-bin: drop-in replacement for Babel with compilation and polyfill support
optdepends = bun-bin: fast runtime, compiler, and bundler for JavaScript and TypeScript
provides = llrt
conflicts = llrt
options = !buildflags
options = !makeflags
options = !debug
source = git+https://github.com/awslabs/llrt.git#tag=v0.7.0-beta
sha256sums = 20058c4d89e6f1675885b835aef2d3215b85fa0d55bba62d07de5481aa847e5d
source_x86_64 = https://github.com/pnpm/pnpm/releases/download/v10.20.0/pnpm-linuxstatic-x64
sha256sums_x86_64 = 2acd94b5f7ba284386243609a46863e1438f8ad4dc1a3b8d16ef5a2c0bbfe30e
source_aarch64 = https://github.com/pnpm/pnpm/releases/download/v10.20.0/pnpm-linuxstatic-arm64
sha256sums_aarch64 = 5270159a87dba69a48df112ac833172c1269b6242da478d95245317de981fce7
pkgname = llrt
|