mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
17 lines
659 B
Text
17 lines
659 B
Text
pkgbase = lune-bin
|
|
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
|
pkgver = 0.8.5
|
|
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/filiptibell/lune/releases/download/v0.8.5/lune-0.8.5-linux-x86_64.zip
|
|
sha256sums_x86_64 = 591619c2b8960eb532a07edba180f863486f927a40752fbb698fef9cff5bb5c9
|
|
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.5/lune-0.8.5-linux-aarch64.zip
|
|
sha256sums_aarch64 = 1b89932c0ad5af862ac3d4572bb60527015d2e33641d05d180d4a39b302ffab2
|
|
|
|
pkgname = lune-bin
|