mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
chore(aur): include cmake as make dep
This commit is contained in:
parent
fa6b61b462
commit
52a89daee4
4 changed files with 8 additions and 6 deletions
|
@ -1,12 +1,13 @@
|
|||
pkgbase = lune-git
|
||||
pkgdesc = [Latest Git Commit] A standalone Luau script runtime
|
||||
pkgver = 0.8.3.r0.g34fc23d
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://lune-org.github.io/docs
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = MPL2
|
||||
makedepends = cargo
|
||||
makedepends = cmake
|
||||
makedepends = git
|
||||
depends = glibc
|
||||
provides = lune
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
pkgname=lune-git
|
||||
pkgver=0.8.3.r0.g34fc23d
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="[Latest Git Commit] A standalone Luau script runtime"
|
||||
arch=(x86_64 aarch64)
|
||||
conflicts=(lune lune-bin)
|
||||
url="https://lune-org.github.io/docs"
|
||||
license=(MPL2)
|
||||
depends=(glibc)
|
||||
makedepends=(cargo git)
|
||||
makedepends=(cargo cmake git)
|
||||
provides=(lune)
|
||||
conflicts=(lune)
|
||||
options=(!lto)
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
pkgbase = lune
|
||||
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
|
||||
pkgver = 0.8.3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://lune-org.github.io/docs
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = MPL2
|
||||
makedepends = cargo
|
||||
makedepends = cmake
|
||||
depends = glibc
|
||||
conflicts = lune-git
|
||||
conflicts = lune-bin
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
pkgname=lune
|
||||
pkgver=0.8.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="[Latest Stable Source] A standalone Luau script runtime"
|
||||
arch=(x86_64 aarch64)
|
||||
conflicts=(lune-git lune-bin)
|
||||
url="https://lune-org.github.io/docs"
|
||||
license=(MPL2)
|
||||
depends=(glibc)
|
||||
makedepends=(cargo)
|
||||
makedepends=(cargo cmake)
|
||||
options=(!lto)
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('f91ffc22ad6416231180197f39a437b7241131d80544ac7df88f56193875e50a')
|
||||
|
|
Loading…
Reference in a new issue