forked from 0install/0install
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZeroInstall.xml
More file actions
50 lines (42 loc) · 2.09 KB
/
ZeroInstall.xml
File metadata and controls
50 lines (42 loc) · 2.09 KB
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
45
46
47
48
49
50
<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile">
<name>0install</name>
<summary>decentralised installation system</summary>
<description>
Zero Install is a decentralised cross-platform software installation
system available under the LGPL. It allows software developers to publish
programs directly from their own web-sites, while supporting features familiar
from centralised distribution repositories such as shared libraries, automatic
updates and digital signatures. It is intended to complement, rather than
replace, the operating system's package management. 0install packages never
interfere with those provided by the distribution.
</description>
<homepage>http://0install.net/</homepage>
<icon href="http://0install.net/feed_icons/ZeroInstall.png" type="image/png"/>
<feed-for interface="http://0install.net/tools/0install.xml"/>
<category>System</category>
<release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
<!-- Update the copy of the version number -->
<release:update-version path="ocaml/zeroinstall/about.ml">^let version = "(.*)"$</release:update-version>
<release:action phase="generate-archive">rm .gitignore; make translations</release:action>
</release:management>
<group arch="*-src" license="OSI Approved :: GNU Lesser General Public License (LGPL)">
<command name="compile">
<runner interface="http://repo.roscidus.com/devel/make">
<arg>-f</arg>
<arg>${SRCDIR}/Makefile</arg>
<arg>SRCDIR=${SRCDIR}</arg>
<arg>BUILDDIR=${BUILDDIR}</arg>
<arg>DISTDIR=${DISTDIR}</arg>
</runner>
<compile:implementation main="files/0install">
<command name="run" path="files/0install"/>
<requires interface="http://repo.roscidus.com/security/gnupg">
<executable-in-var name="ZEROINSTALL_GPG"/>
</requires>
</compile:implementation>
</command>
<implementation id="." version="2.7-post"/>
</group>
</interface>