-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path0mirror.xml
43 lines (39 loc) · 1.91 KB
/
0mirror.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
<?xml version="1.0" ?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>0mirror</name>
<summary>create a mirror of other Zero Install sites</summary>
<description>
When installing or upgrading software, the Zero Install injector (0launch)
normally downloads information about each program and library from its own site.
However, the network connection to this site may be unavailable, unreliable or
slow. 0mirror lets you set up a mirror site which republishes these feeds as a
backup.</description>
<homepage>http://0install.net/0mirror.html</homepage>
<release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
<!-- Update the copy of the version number in the main program -->
<release:action phase="commit-release">sed -i "s/^version = '.*'$/version = '$RELEASE_VERSION'/" 0mirror</release:action>
</release:management>
<feed-for interface="http://0install.net/2007/interfaces/0mirror.xml"/>
<category>Network</category>
<group license="OSI Approved :: GNU General Public License (GPL)" main="0mirror">
<command name="run" path="0mirror">
<runner interface="https://apps.0install.net/python/python.xml">
<version before="3"/>
</runner>
</command>
<command name="serve" path="server.py">
<runner interface="https://apps.0install.net/python/python.xml">
<version before="3"/>
</runner>
</command>
<implementation id="." version="0.1-pre"/>
<requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
<version not-before="1.10"/>
<environment insert="" mode="prepend" name="PYTHONPATH"/>
</requires>
<requires interface='https://apps.0install.net/utils/gnupg.xml'>
<environment insert="bin" mode="prepend" name="PATH"/>
</requires>
<requires interface='https://apps.0install.net/python/whoosh.xml'/>
</group>
</interface>