-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.xml
69 lines (56 loc) · 2.48 KB
/
local.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>base_living_standard</name>
<summary>Set of modules required for achieving a base living standard.</summary>
<!--
<description>
</description>
-->
<homepage>http://github.com/faerietree/base_living_standard</homepage>
<!-- tags: -->
<category type="">base</category>
<category type="">living</category>
<category type="">standard</category>
<category type="">set</category>
<category type="">collection</category>
<category type="">global</category>
<category type="">village</category>
<category type="">construction set</category>
<category type="">gvcs</category>
<!-- If type is not given, then it is assumed being one of the main application category specification:
https://specifications.freedesktop.org/menu-spec/latest/apa.html
-->
<category>Science</category>
<category>Development</category>
<!-- Feed that contains more implementations of this feed's interface:
e.g. arch='*-src' means that there is no point fetching this feed unless you are looking for source code
<feed src="another_feed_uri" arch="-src" langs="en_GB"/>
-->
<!-- implementations in this feed are for the stated interface:
a feed might point to an optional extra feed, e.g. a development feed for a local version using 0install add-feed
<feed-for interface='~/manipulator/'/>
-->
<feed-for interface="http://raw.githubusercontent.com/faerietree/base_living_standard/master/public/interface.xml"/>
<group doc-dir="doc" license="CC-BY-SA" main="" version="0.1">
<!-- for this group common dependencies: -->
<!-- open hand project -->
<requires interface="http://raw.githubusercontent.com/faerietree/clothes_washer/public/interface.xml" alias="clothes_washer">
</requires>
<requires interface="http://raw.githubusercontent.com/faerietree/shoes_from_trash/public/interface.xml">
</requires>
<requires interface="http://raw.githubusercontent.com/faerietree/hydro_power_plant/public/interface.xml">
</requires>
<implementation id="." version="0.1-pre">
<manifest-digest sha256="" sha256new=""/>
<!-- executed by 0launch by default -->
<command name="run" path="kicad">
<runner interface="http://raw.githubusercontent.com/faerietree/kicad/public/interface.xml">
<version not-before="BZR-4792"/>
</runner>
<arg>kicad.pro</arg>
</command>
</implementation>
</group>
<!--<needs-terminal/>-->
</interface>