-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path0publish-gui.xml
39 lines (37 loc) · 1.75 KB
/
0publish-gui.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
<?xml version="1.0" ?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>0publish-gui</name>
<summary>GUI editor for Zero Install feeds</summary>
<description>
Publishing a program using Zero Install requires you to create an XML file
listing the available versions, where to get them, and what other software they
depend on.
This program provides a simple graphical interface for creating and editing
these feeds.</description>
<homepage>https://docs.0install.net/tools/0publish-gui/</homepage>
<feed-for interface="https://apps.0install.net/0install/0publish-gui-python.xml"/>
<icon href="https://0install.net/feed_icons/0publish-gui.png" type="image/png"/>
<category>Development</category>
<group license="OSI Approved :: GNU General Public License (GPL)" main="0publish-gui">
<command name="run" path="0publish-gui">
<runner interface="https://apps.0install.net/python/python.xml">
<version before="3"/>
</runner>
</command>
<command name="test" path="tests/testall.py">
<runner interface="https://apps.0install.net/python/python.xml">
<version before="3"/>
</runner>
</command>
<requires interface="https://apps.0install.net/0install/0install-python.xml">
<environment insert="" mode="prepend" name="PYTHONPATH"/>
<version not-before='2.1-post'/>
</requires>
<requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
<version not-before="2.0.5"/>
<environment insert="ROX-Lib2/python" name="PYTHONPATH"/>
</requires>
<!-- Use very high version number to treat local build as newer than any public version. -->
<implementation id="local" version="100-pre" stability="developer" local-path="."/>
</group>
</interface>