mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-08-26 19:37:02 +01:00
17 lines
658 B
Text
17 lines
658 B
Text
pkgbase = lune-bin
|
|
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
|
pkgver = 0.10.0
|
|
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.10.0/lune-0.10.0-linux-x86_64.zip
|
|
sha256sums_x86_64 = 5444ca722fbf1d91e6da81bc48a439a030284b545385815ee1481eca05948b03
|
|
source_aarch64 = https://github.com/lune-org/lune/releases/download/v0.10.0/lune-0.10.0-linux-aarch64.zip
|
|
sha256sums_aarch64 = e0f73bba03f76f3f038f805cbafab10b79e31d18989bb06ac5aaa8e842ec501b
|
|
|
|
pkgname = lune-bin
|