This repository was archived by the owner on Aug 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0cmake.xml
35 lines (33 loc) · 1.51 KB
/
0cmake.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
<?xml version='1.0' ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface uri='http://ryppl.github.com/feeds/ryppl/0cmake.xml'
xmlns='http://zero-install.sourceforge.net/2004/injector/interface'
xmlns:dc='http://purl.org/dc/elements/1.1/'>
<name>0cmake</name>
<summary>0compile utility for CMake-based Ryppl projects</summary>
<description>
0cmake can be used in a Ryppl project's 0install feed to build and install the feed from source. For example:
<command name='compile'>
<runner interface='http://ryppl.github.com/feeds/ryppl/0cmake.xml'/>
<arg>--component=bin</arg>
</runner>
</command>
</description>
<category>Development</category>
<category>Building</category>
<homepage>http://github.com/ryppl/0cmake</homepage>
<dc:author>Dave Abrahams <[email protected]></dc:author>
<feed-for interface='http://ryppl.github.com/feeds/ryppl/0cmake.xml'/>
<group license="OSI Approved :: Boost Software License 1.0 (BSL-1.0)">
<implementation id='.' version='0.8-post' stability="testing"/>
<command name='run' path='zerocmake.py'>
<runner interface='http://repo.roscidus.com/python/python'>
<version before='3'/>
</runner>
<requires interface='http://ryppl.github.com/feeds/ryppl/CMakeSupport.xml'>
<version not-before='0.8-pre-201204291344' />
<environment insert="Modules" mode="replace" name="RYPPL_CMAKE_MODULE_PATH"/>
</requires>
</command>
</group>
</interface>