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.3
|
|
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.3/lune-0.9.3-linux-x86_64.zip
|
|
sha256sums_x86_64 = 08a69cf99ed989bea7b6e96066fe96fed6dfc26649c66b8e83a62916229c61ad
|
|
source_aarch64 = https://github.com/lune-org/lune/releases/download/v0.9.3/lune-0.9.3-linux-aarch64.zip
|
|
sha256sums_aarch64 = 9988028196769e9352c5c51db5b7b233c31d85239dde777a3e28695b6b421054
|
|
|
|
pkgname = lune-bin
|