2023-07-23 15:59:52 +01:00
|
|
|
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
|
|
|
|
2023-07-28 08:21:00 +01:00
|
|
|
pkgname=lune-bin
|
2024-08-22 21:03:46 +01:00
|
|
|
pkgver=0.8.8
|
2023-08-10 03:02:22 +01:00
|
|
|
pkgrel=1
|
2023-07-28 08:21:00 +01:00
|
|
|
pkgdesc="[Precompiled Binaries] A standalone Luau script runtime"
|
2023-08-05 08:01:57 +01:00
|
|
|
arch=(x86_64 aarch64)
|
2023-07-28 08:21:00 +01:00
|
|
|
conflicts=(lune lune-git)
|
|
|
|
url="https://lune-org.github.io/docs"
|
2023-08-05 08:01:57 +01:00
|
|
|
license=(MPL2)
|
|
|
|
depends=(glibc)
|
|
|
|
provides=(lune)
|
|
|
|
conflicts=(lune)
|
2023-07-23 15:59:52 +01:00
|
|
|
source_x86_64=("https://github.com/filiptibell/lune/releases/download/v$pkgver/lune-$pkgver-linux-x86_64.zip")
|
|
|
|
source_aarch64=("https://github.com/filiptibell/lune/releases/download/v$pkgver/lune-$pkgver-linux-aarch64.zip")
|
2024-08-22 21:03:46 +01:00
|
|
|
sha256sums_x86_64=('a17567d00eb7300418d9529501f4271a18662af7de17786cad50abbf56f387c5')
|
|
|
|
sha256sums_aarch64=('d0f23579bd83d1805a28d52f2e37678e40053dae797de0a6fafd2ecbaaf325f9')
|
2023-07-23 15:59:52 +01:00
|
|
|
|
|
|
|
package() {
|
2024-04-16 10:45:54 +01:00
|
|
|
install -Dm755 -t "$pkgdir/usr/bin" lune
|
2023-07-23 15:59:52 +01:00
|
|
|
}
|