-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathGoLand.xml.template
28 lines (25 loc) · 1.95 KB
/
GoLand.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
<?xml version="1.0"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>JetBrains GoLand</name>
<summary>Capable and Ergonomic Go IDE</summary>
<icon href="https://raw.githubusercontent.com/0install/0install.de-feeds/master/GoLand.ico" type="image/vnd.microsoft.icon"/>
<icon href="https://raw.githubusercontent.com/0install/0install.de-feeds/master/GoLand.png" type="image/png"/>
<homepage>http://www.jetbrains.com/go/</homepage>
<category>Development</category>
<feed-for interface="http://0install.de/feeds/GoLand.xml"/>
<group>
<requires interface="https://apps.0install.net/golang/go.xml" importance="recommended">
<environment name="GOROOT" insert="." mode="replace"/>
<environment insert="bin" name="PATH"/>
</requires>
<implementation arch="Windows-x86_64" main="bin/goland64.exe" released="{released}" stability="stable" version="{version}">
<archive href="https://download.jetbrains.com/go/goland-{version}.win.zip" type="application/zip"/>
</implementation>
<implementation arch="Linux-x86_64" main="bin/goland.sh" released="{released}" stability="stable" version="{version}">
<archive extract="GoLand-{version}" href="https://download.jetbrains.com/go/goland-{version}.tar.gz" type="application/x-compressed-tar"/>
</implementation>
<implementation arch="Linux-aarch64" main="bin/goland.sh" released="{released}" stability="stable" version="{version}">
<archive extract="GoLand-{version}" href="https://download.jetbrains.com/go/goland-{version}-aarch64.tar.gz" type="application/x-compressed-tar"/>
</implementation>
</group>
</interface>