This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ninja.xml
51 lines (45 loc) · 3.14 KB
/
ninja.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface uri="http://ryppl.github.com/feeds/ninja.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile">
<name>Ninja</name>
<summary>a small build system with a focus on speed</summary>
<description>
Ninja is a small build system with a focus on speed. It differs from other build
systems in two major respects: it is designed to have its input files generated
by a higher-level build system, and it is designed to run builds as fast as
possible. Where other build systems are high-level languages Ninja aims to be an
assembler.</description>
<homepage>http://martine.github.com/ninja/</homepage>
<category>Development</category>
<group main="ninja" released="2012-09-13" stability="testing" version="1.0.0">
<implementation arch="Windows-x86_64" id="00461897-CE6C-4145-A043-600813CF0EC6" main="NINJA.EXE">
<archive href="https://github.com/downloads/ryppl/feeds/ninja-1.0.0-windows-x86_64.zip" size="131018" type="application/zip"/>
<manifest-digest sha256new="PTG3V5VTCBPOA4LZKBHGF26ZLWQDQDTDVWWZMYQZN5U55KYV25SQ"/>
</implementation>
<implementation arch="Windows-i386" id="8C0E5051-A105-4736-B3FA-FD5C4D6522A8" main="NINJA.EXE">
<archive href="https://github.com/downloads/ryppl/feeds/ninja-1.0.0-windows.zip" size="127577" type="application/zip"/>
<manifest-digest sha256new="QUOUMUWZZMYPKJHG4EWNKYVTVTQS434UVXJXWDN6GU5NJTEUKMZA"/>
</implementation>
<implementation arch="Darwin-x86_64" id="sha1new=14f7a65d1388dcccea164561386532ed819731e6">
<archive href="https://github.com/downloads/martine/ninja/ninja-1.0.0-mac-x86_64.zip" size="53858" type="application/zip"/>
</implementation>
<group compile:binary-main="ninja" compile:command="cd ${BUILDDIR} && ${PYTHON} bootstrap.py && ${PYTHON} -c "import os;os.rename('ninja',os.path.join(os.environ['DISTDIR'],'ninja'))"" compile:dup-src="true">
<implementation arch="*-src" id="38330F20-B436-43DB-B4AF-5A2EF5E0AE76">
<archive extract="ninja-7096bf1507f98be981aa14ffd9ed5a4a8b1c1494" href="http://github.com/martine/ninja/archive/7096bf1507f98be981aa14ffd9ed5a4a8b1c1494.zip" size="190608" type="application/zip"/>
<manifest-digest sha256new="6NUHY6GPHNTUW236JCZMPKB5XVMNXT6GVDWDAREQVDKWC6YJQ2YA"/>
</implementation>
<requires interface="http://repo.roscidus.com/python/python">
<executable-in-var name="PYTHON"/>
</requires>
</group>
</group>
<package-implementation distributions="Debian" main="/usr/bin/ninja" package="ninja"/>
<package-implementation distributions="RPM" main="/usr/bin/ninja" package="ninja"/>
<package-implementation distributions="Cygwin" main="/usr/bin/ninja" package="ninja"/>
<package-implementation distributions="Ports" main="/usr/local/bin/ninja" package="ninja"/>
<package-implementation distributions="MacPorts" main="/opt/local/bin/ninja" package="ninja"/>
</interface>
<!-- Base64 Signature
iEYEABECAAYFAlCu88sACgkQxnV5mk56UjHwPQCffUn8i1HWiHWVU+bTMJ5wMyHQ4VUAn1OrxFMG
4nojnB75IQIr1Lpup2IB
-->