summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 247664710af2dc4542b866e968654decb5703fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgbase = ninja-mem
	pkgdesc = Small build system with a focus on speed (with trashing feature)
	pkgver = v1.10.0
	pkgrel = 1
	url = https://ninja-build.org/
	install = ninja-git.install
	arch = i686
	arch = x86_64
	license = Apache
	makedepends = git
	makedepends = asciidoc
	makedepends = python2
	makedepends = re2c
	depends = gcc-libs
	provides = ninja
	conflicts = ninja
	source = git+https://github.com/ninja-build/ninja.git#tag=v1.10.0
	source = 0001-Limit-job-execution-dependant-on-available-memory-m.patch
	md5sums = SKIP
	md5sums = 94c5cf27d2fbcd8f2b04db3c10038cf3

pkgname = ninja-mem