-
Notifications
You must be signed in to change notification settings - Fork 9
/
0repo.xml.template
44 lines (37 loc) · 1.71 KB
/
0repo.xml.template
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
<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>0repo</name>
<summary>manage a repository of 0install feeds</summary>
<description>
0repo allows a group of developers to publish a set of feeds. It can be
used by a single developer, generating a set of static files to publish on
a web-server, or as a service which accepts signed updates from a group
of developers.
</description>
<homepage>https://docs.0install.net/tools/0repo/</homepage>
<feed-for interface="https://apps.0install.net/0install/0repo.xml"/>
<group license="OSI Approved :: GNU Lesser General Public License (LGPL)">
<command name="run" path="0repo.py">
<runner interface="https://apps.0install.net/python/python.xml" version="3.6.."/>
</command>
<command name="test" path="tests/runall.py">
<runner interface="https://apps.0install.net/python/python.xml" version="3.6.."/>
<executable-in-path name="0repo"/>
</command>
<requires interface="https://apps.0install.net/0install/0install-python.xml" version="2.3.8..">
<environment insert="" mode="prepend" name="PYTHONPATH"/>
</requires>
<requires importance="recommended" interface="https://apps.0install.net/devel/git.xml">
<executable-in-path name="git"/>
</requires>
<requires interface="https://apps.0install.net/utils/gnupg.xml">
<executable-in-path name="gpg"/>
<executable-in-var name="GNUPG_PATH"/>
</requires>
<implementation version="{version}" local-path=".">
<manifest-digest/>
<archive href="0repo-{version}.tar.bz2"/>
</implementation>
</group>
</interface>