|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface"> |
| 3 | + <name>Rambox - Community Edition</name> |
| 4 | + <summary>messaging app that combines common web applications</summary> |
| 5 | + <description>Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.</description> |
| 6 | + <homepage>https://github.com/ramboxapp/community-edition</homepage> |
| 7 | + <icon href="https://raw.githubusercontent.com/0install/apps/master/gui/rambox.png" type="image/png"/> |
| 8 | + <icon href="https://raw.githubusercontent.com/0install/apps/master/gui/rambox.ico" type="image/vnd.microsoft.icon"/> |
| 9 | + <icon href="https://raw.githubusercontent.com/0install/apps/master/gui/rambox.icns" type="image/x-icns"/> |
| 10 | + <category>Network</category> |
| 11 | + |
| 12 | + <feed-for interface="https://apps.0install.net/gui/rambox-ce.xml"/> |
| 13 | + |
| 14 | + <group license="GPL v3 (GNU General Public License)"> |
| 15 | + <command name="run" path="rambox"/> |
| 16 | + <implementation arch="Linux-x86_64" released="{released}" stability="stable" version="{version}"> |
| 17 | + <manifest-digest/> |
| 18 | + <archive extract="Rambox-{version}-linux-x64" href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-linux-x64.tar.gz" type="application/x-compressed-tar"/> |
| 19 | + </implementation> |
| 20 | + <implementation arch="Linux-i486" released="{released}" stability="stable" version="{version}"> |
| 21 | + <manifest-digest/> |
| 22 | + <archive extract="Rambox-{version}-linux-ia32" href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-linux-ia32.tar.gz" type="application/x-compressed-tar"/> |
| 23 | + </implementation> |
| 24 | + </group> |
| 25 | + |
| 26 | + <group license="GPL v3 (GNU General Public License)"> |
| 27 | + <command name="run" path="Rambox.app/Contents/MacOS/Rambox"/> |
| 28 | + <implementation arch="MacOSX-*" released="{released}" stability="stable" version="{version}"> |
| 29 | + <manifest-digest/> |
| 30 | + <archive href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-mac-universal.zip" type="application/zip"/> |
| 31 | + </implementation> |
| 32 | + </group> |
| 33 | + |
| 34 | + <group license="GPL v3 (GNU General Public License)"> |
| 35 | + <command name="run" path="rambox.exe"/> |
| 36 | + <implementation arch="Windows-x86_64" released="{released}" stability="stable" version="{version}"> |
| 37 | + <manifest-digest/> |
| 38 | + <archive href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-win-x64.zip" type="application/zip"/> |
| 39 | + </implementation> |
| 40 | + <implementation arch="Windows-i486" released="{released}" stability="stable" version="{version}"> |
| 41 | + <manifest-digest/> |
| 42 | + <archive href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-win-ia32.zip" type="application/zip"/> |
| 43 | + </implementation> |
| 44 | + </group> |
| 45 | +</interface> |
0 commit comments