* update ninja to 1.12.1-2

This commit is contained in:
Alexander Baldeck 2024-12-04 17:08:42 +01:00
parent 177a311440
commit de6fd49e28
3 changed files with 27 additions and 1 deletions

22
ninja/.SRCINFO Normal file
View File

@ -0,0 +1,22 @@
pkgbase = ninja
pkgdesc = Small build system with a focus on speed
pkgver = 1.12.1
pkgrel = 2
url = https://ninja-build.org/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = Apache-2.0
checkdepends = gtest
makedepends = cmake
makedepends = python
makedepends = re2c
makedepends = emacs-nox
depends = gcc-libs
source = ninja-1.12.1.zip::https://github.com/ninja-build/ninja/archive/v1.12.1.zip
sha1sums = ebdc7b4e92dd25fa91d7801ad150bd4b7a4990ce
sha256sums = 40db6f6c77045efc817209fa72c3f92a399b7e39cf8e4cddfe7e65df2dd5dcbe
pkgname = ninja

4
ninja/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[ninja]
source = "git"
git = "https://github.com/ninja-build/ninja.git"
prefix = "v"

View File

@ -6,7 +6,7 @@
pkgname=ninja
pkgver=1.12.1
pkgrel=1.2
pkgrel=2
pkgdesc='Small build system with a focus on speed'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://ninja-build.org/'