# Maintainer: Erica Marigold pkgname=lune-bin pkgver=0.7.10 pkgrel=1 pkgdesc="[Precompiled Binaries] A standalone Luau script runtime" arch=(x86_64 aarch64) conflicts=(lune lune-git) url="https://lune-org.github.io/docs" license=(MPL2) depends=(glibc) provides=(lune) conflicts=(lune) 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") sha256sums_x86_64=('69c399b7281d3d7446b0fb8b6e8341c4dbfd4bfee1d441e2d4666c9d418e69ae') sha256sums_aarch64=('d0791ea58ba284904b4f051f4495bc7c7edf417ee3e7a44edc357fde1cff51bc') package() { install -Dm755 -t "$pkgdir/usr/bin" lune }