-
Notifications
You must be signed in to change notification settings - Fork 6
/
CMake.xml
35 lines (35 loc) · 2.03 KB
/
CMake.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" ?>
<interface uri="http://0install.de/feeds/CMake.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>CMake</name>
<summary xml:lang="en">cross platform make</summary>
<description xml:lang="en">Make is a family of tools designed to build, test and package software. CMake is
used to control the software compilation process using simple platform and
compiler independent configuration files. CMake generates native makefiles and
workspaces that can be used in the compiler environment of your choice.</description>
<homepage>http://www.cmake.org/</homepage>
<icon href="https://apps.0install.net/devel/cmake.ico" type="image/vnd.microsoft.icon"/>
<icon href="https://apps.0install.net/devel/cmake.png" type="image/png"/>
<category>Development</category>
<needs-terminal/>
<feed src="https://apps.0install.net/devel/cmake.xml"/>
<replaced-by interface="https://apps.0install.net/devel/cmake.xml"/>
<entry-point binary-name="cmake" command="run">
<needs-terminal/>
<name xml:lang="en">CMake command-line</name>
</entry-point>
<entry-point binary-name="cmake-gui" command="run-gui">
<name xml:lang="en">CMake GUI</name>
</entry-point>
<entry-point binary-name="ccmake" command="run-curses">
<needs-terminal/>
<name xml:lang="en">CMake Curses Interface</name>
</entry-point>
<entry-point binary-name="cpack" command="cpack">
<needs-terminal/>
<name xml:lang="en">CMake Packaging driver</name>
</entry-point>
<entry-point binary-name="ctest" command="ctest">
<needs-terminal/>
<name xml:lang="en">CMake Testing driver</name>
</entry-point>
</interface>