mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-08-26 19:37:02 +01:00
17 lines
653 B
Text
17 lines
653 B
Text
pkgbase = lune-bin
|
|
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
|
pkgver = 0.9.4
|
|
pkgrel = 1
|
|
url = https://lune-org.github.io/docs
|
|
arch = x86_64
|
|
arch = aarch64
|
|
license = MPL2
|
|
depends = glibc
|
|
provides = lune
|
|
conflicts = lune
|
|
source_x86_64 = https://github.com/lune-org/lune/releases/download/v0.9.4/lune-0.9.4-linux-x86_64.zip
|
|
sha256sums_x86_64 = 7217ceca10b0c8b89d7fa62db5c0735d090b93c20218ee9bc934aca155539c39
|
|
source_aarch64 = https://github.com/lune-org/lune/releases/download/v0.9.4/lune-0.9.4-linux-aarch64.zip
|
|
sha256sums_aarch64 = bedcaa4c9cce258580b4b08710318fae6bfc50804c01affde3302b5702fc1cb0
|
|
|
|
pkgname = lune-bin
|