mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-08-26 11:27:00 +01:00
feat(aur): lune v0.9.3
This commit is contained in:
parent
377960ab29
commit
9476afd10c
6 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = lune-bin
|
pkgbase = lune-bin
|
||||||
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
||||||
pkgver = 0.9.2
|
pkgver = 0.9.3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://lune-org.github.io/docs
|
url = https://lune-org.github.io/docs
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -9,9 +9,9 @@ pkgbase = lune-bin
|
||||||
depends = glibc
|
depends = glibc
|
||||||
provides = lune
|
provides = lune
|
||||||
conflicts = lune
|
conflicts = lune
|
||||||
source_x86_64 = https://github.com/lune-org/lune/releases/download/v0.9.2/lune-0.9.2-linux-x86_64.zip
|
source_x86_64 = https://github.com/lune-org/lune/releases/download/v0.9.3/lune-0.9.3-linux-x86_64.zip
|
||||||
sha256sums_x86_64 = 5c3321fdc47827e74b9ad6098db9577ebddebd7f42fcd44b46be6c53e65a190e
|
sha256sums_x86_64 = 08a69cf99ed989bea7b6e96066fe96fed6dfc26649c66b8e83a62916229c61ad
|
||||||
source_aarch64 = https://github.com/lune-org/lune/releases/download/v0.9.2/lune-0.9.2-linux-aarch64.zip
|
source_aarch64 = https://github.com/lune-org/lune/releases/download/v0.9.3/lune-0.9.3-linux-aarch64.zip
|
||||||
sha256sums_aarch64 = efa8f047e73ef731b1347b3c7665eef8d753e1739bda84610d592412db5ab7a4
|
sha256sums_aarch64 = 9988028196769e9352c5c51db5b7b233c31d85239dde777a3e28695b6b421054
|
||||||
|
|
||||||
pkgname = lune-bin
|
pkgname = lune-bin
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||||
|
|
||||||
pkgname=lune-bin
|
pkgname=lune-bin
|
||||||
pkgver=0.9.2
|
pkgver=0.9.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="[Precompiled Binaries] A standalone Luau script runtime"
|
pkgdesc="[Precompiled Binaries] A standalone Luau script runtime"
|
||||||
arch=(x86_64 aarch64)
|
arch=(x86_64 aarch64)
|
||||||
|
@ -13,8 +13,8 @@ provides=(lune)
|
||||||
conflicts=(lune)
|
conflicts=(lune)
|
||||||
source_x86_64=("https://github.com/lune-org/lune/releases/download/v$pkgver/lune-$pkgver-linux-x86_64.zip")
|
source_x86_64=("https://github.com/lune-org/lune/releases/download/v$pkgver/lune-$pkgver-linux-x86_64.zip")
|
||||||
source_aarch64=("https://github.com/lune-org/lune/releases/download/v$pkgver/lune-$pkgver-linux-aarch64.zip")
|
source_aarch64=("https://github.com/lune-org/lune/releases/download/v$pkgver/lune-$pkgver-linux-aarch64.zip")
|
||||||
sha256sums_x86_64=('5c3321fdc47827e74b9ad6098db9577ebddebd7f42fcd44b46be6c53e65a190e')
|
sha256sums_x86_64=('08a69cf99ed989bea7b6e96066fe96fed6dfc26649c66b8e83a62916229c61ad')
|
||||||
sha256sums_aarch64=('efa8f047e73ef731b1347b3c7665eef8d753e1739bda84610d592412db5ab7a4')
|
sha256sums_aarch64=('9988028196769e9352c5c51db5b7b233c31d85239dde777a3e28695b6b421054')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 -t "$pkgdir/usr/bin" lune
|
install -Dm755 -t "$pkgdir/usr/bin" lune
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = lune-git
|
pkgbase = lune-git
|
||||||
pkgdesc = [Latest Git Commit] A standalone Luau script runtime
|
pkgdesc = [Latest Git Commit] A standalone Luau script runtime
|
||||||
pkgver = 0.9.2.r0.gb1fc600
|
pkgver = 0.9.3.r0.g100164f
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://lune-org.github.io/docs
|
url = https://lune-org.github.io/docs
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||||
|
|
||||||
pkgname=lune-git
|
pkgname=lune-git
|
||||||
pkgver=0.9.2.r0.gb1fc600
|
pkgver=0.9.3.r0.g100164f
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="[Latest Git Commit] A standalone Luau script runtime"
|
pkgdesc="[Latest Git Commit] A standalone Luau script runtime"
|
||||||
arch=(x86_64 aarch64)
|
arch=(x86_64 aarch64)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = lune
|
pkgbase = lune
|
||||||
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
|
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
|
||||||
pkgver = 0.9.2
|
pkgver = 0.9.3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://lune-org.github.io/docs
|
url = https://lune-org.github.io/docs
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -12,7 +12,7 @@ pkgbase = lune
|
||||||
conflicts = lune-git
|
conflicts = lune-git
|
||||||
conflicts = lune-bin
|
conflicts = lune-bin
|
||||||
options = !lto
|
options = !lto
|
||||||
source = lune-0.9.2.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v0.9.2.tar.gz
|
source = lune-0.9.3.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v0.9.3.tar.gz
|
||||||
sha256sums = e632a7bd469c018eff9cc7e957f77f790909590b49914820f32d8a73f617a026
|
sha256sums = e3473cd9cbb0a6233fb96f230c0cbe4d19a2ced4bf833393957fa529c2c24b00
|
||||||
|
|
||||||
pkgname = lune
|
pkgname = lune
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||||
|
|
||||||
pkgname=lune
|
pkgname=lune
|
||||||
pkgver=0.9.2
|
pkgver=0.9.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="[Latest Stable Source] A standalone Luau script runtime"
|
pkgdesc="[Latest Stable Source] A standalone Luau script runtime"
|
||||||
arch=(x86_64 aarch64)
|
arch=(x86_64 aarch64)
|
||||||
|
@ -12,7 +12,7 @@ depends=(glibc)
|
||||||
makedepends=(cargo cmake)
|
makedepends=(cargo cmake)
|
||||||
options=(!lto)
|
options=(!lto)
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v${pkgver}.tar.gz")
|
||||||
sha256sums=('e632a7bd469c018eff9cc7e957f77f790909590b49914820f32d8a73f617a026')
|
sha256sums=('e3473cd9cbb0a6233fb96f230c0cbe4d19a2ced4bf833393957fa529c2c24b00')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "lune-${pkgver}"
|
cd "lune-${pkgver}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue