blob: 0c7ab5a3d6b81cc6f7eeb3e85f708b2698514aef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = darklua-bin
pkgdesc = Transform Lua 5.1 and Roblox Luau code using configurable rules.
pkgver = 0.19.0
pkgrel = 1
url = https://github.com/seaofvoices/darklua
arch = x86_64
arch = aarch64
license = MIT
depends = glibc
depends = gcc-libs
provides = darklua
source_x86_64 = https://github.com/seaofvoices/darklua/releases/download/v0.19.0/darklua-linux-x86_64.zip
sha256sums_x86_64 = 353b7a7772cec97994fd991fb3c143b39654ff154bd6dabfd7abf9fbe9ab7ea8
source_aarch64 = https://github.com/seaofvoices/darklua/releases/download/v0.19.0/darklua-linux-aarch64.zip
sha256sums_aarch64 = b308a5724b4781e89fbac42bd5906342d9ea0374961d64b8b5f0681bba2cdcac
pkgname = darklua-bin
|