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.7.6
|
|
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.7.6/lune-0.7.6-linux-x86_64.zip
|
|
sha256sums_x86_64 = 012d1e7cf3df8f70b620e779d0c1bbb51df2d1df716a3dbfd3d0714da9b0cf6a
|
|
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.6/lune-0.7.6-linux-aarch64.zip
|
|
sha256sums_aarch64 = 2373ac940c59385074fd4a5abdf679395c35191fd91f43dc623416fec7f41d80
|
|
|
|
pkgname = lune-bin
|