forked from flatpak/flatpak.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.yml
More file actions
38 lines (34 loc) · 1.74 KB
/
apps.yml
File metadata and controls
38 lines (34 loc) · 1.74 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
- name: Linphone
description: Open Source VOIP
stable: https://linphone.org/flatpak/linphone.flatpakref
instructions: "Official desktop version from linphone.org"
cli:
- flatpak install --from https://linphone.org/flatpak/linphone.flatpakref
- flatpak run com.belledonnecommunications.linphone
- name: MonoDevelop
description: Cross platform IDE for C#, F# and more
stable: https://download.mono-project.com/repo/monodevelop.flatpakref
instructions: "MonoDevelop is available as a Flatpak preview from Xamarin. See the <a href='http://www.monodevelop.com/download/linux/'>MonoDevelop Linux download page</a> for more information."
cli:
- flatpak install --from https://download.mono-project.com/repo/monodevelop.flatpakref
- flatpak run com.xamarin.MonoDevelop
- name: Scribus
description: Open Source Page Layout and Desktop Publishing (DTP)
nightly: http://drjurf.tk/scribus-flatpak/scribus-nightly.flatpakref
cli:
- flatpak install http://drjurf.tk/scribus-flatpak/scribus-nightly.flatpakref
- flatpak run net.scribus.Scribus
- name: Firefox Developer
description: Browse the Web
nightly: https://firefox-flatpak.mojefedora.cz/org.mozilla.FirefoxDevEdition.flatpakref
instructions: "Developer edition of Firefox"
cli:
- flatpak install --from https://firefox-flatpak.mojefedora.cz/org.mozilla.FirefoxDevEdition.flatpakref
- flatpak run org.mozilla.FirefoxDevEdition
- name: Firefox Nightly
description: Browse the Web
nightly: https://firefox-flatpak.mojefedora.cz/org.mozilla.FirefoxNightly.flatpakref
instructions: "Nightly edition of Firefox"
cli:
- flatpak install --from https://firefox-flatpak.mojefedora.cz/org.mozilla.FirefoxNightly.flatpakref
- flatpak run org.mozilla.FirefoxNightly