chore(aur): include cmake as make dep

This commit is contained in:
Erica Marigold 2024-04-22 11:44:35 +05:30
parent fa6b61b462
commit 52a89daee4
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
4 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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')