mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-10 04:39:08 +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.8
|
|
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.8/lune-0.8.8-linux-x86_64.zip
|
|
sha256sums_x86_64 = a17567d00eb7300418d9529501f4271a18662af7de17786cad50abbf56f387c5
|
|
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.8/lune-0.8.8-linux-aarch64.zip
|
|
sha256sums_aarch64 = d0f23579bd83d1805a28d52f2e37678e40053dae797de0a6fafd2ecbaaf325f9
|
|
|
|
pkgname = lune-bin
|