mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +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
|
pkgbase = lune-git
|
||||||
pkgdesc = [Latest Git Commit] A standalone Luau script runtime
|
pkgdesc = [Latest Git Commit] A standalone Luau script runtime
|
||||||
pkgver = 0.8.3.r0.g34fc23d
|
pkgver = 0.8.3.r0.g34fc23d
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://lune-org.github.io/docs
|
url = https://lune-org.github.io/docs
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
license = MPL2
|
license = MPL2
|
||||||
makedepends = cargo
|
makedepends = cargo
|
||||||
|
makedepends = cmake
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = glibc
|
depends = glibc
|
||||||
provides = lune
|
provides = lune
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
pkgname=lune-git
|
pkgname=lune-git
|
||||||
pkgver=0.8.3.r0.g34fc23d
|
pkgver=0.8.3.r0.g34fc23d
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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)
|
||||||
conflicts=(lune lune-bin)
|
conflicts=(lune lune-bin)
|
||||||
url="https://lune-org.github.io/docs"
|
url="https://lune-org.github.io/docs"
|
||||||
license=(MPL2)
|
license=(MPL2)
|
||||||
depends=(glibc)
|
depends=(glibc)
|
||||||
makedepends=(cargo git)
|
makedepends=(cargo cmake git)
|
||||||
provides=(lune)
|
provides=(lune)
|
||||||
conflicts=(lune)
|
conflicts=(lune)
|
||||||
options=(!lto)
|
options=(!lto)
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
pkgbase = lune
|
pkgbase = lune
|
||||||
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
|
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
|
||||||
pkgver = 0.8.3
|
pkgver = 0.8.3
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://lune-org.github.io/docs
|
url = https://lune-org.github.io/docs
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
license = MPL2
|
license = MPL2
|
||||||
makedepends = cargo
|
makedepends = cargo
|
||||||
|
makedepends = cmake
|
||||||
depends = glibc
|
depends = glibc
|
||||||
conflicts = lune-git
|
conflicts = lune-git
|
||||||
conflicts = lune-bin
|
conflicts = lune-bin
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
pkgname=lune
|
pkgname=lune
|
||||||
pkgver=0.8.3
|
pkgver=0.8.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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)
|
||||||
conflicts=(lune-git lune-bin)
|
conflicts=(lune-git lune-bin)
|
||||||
url="https://lune-org.github.io/docs"
|
url="https://lune-org.github.io/docs"
|
||||||
license=(MPL2)
|
license=(MPL2)
|
||||||
depends=(glibc)
|
depends=(glibc)
|
||||||
makedepends=(cargo)
|
makedepends=(cargo cmake)
|
||||||
options=(!lto)
|
options=(!lto)
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v${pkgver}.tar.gz")
|
||||||
sha256sums=('f91ffc22ad6416231180197f39a437b7241131d80544ac7df88f56193875e50a')
|
sha256sums=('f91ffc22ad6416231180197f39a437b7241131d80544ac7df88f56193875e50a')
|
||||||
|
|
Loading…
Reference in a new issue