File: README.md

package info (click to toggle)
devhelp 43.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 3,144 kB
  • sloc: ansic: 9,775; perl: 216; javascript: 152; sh: 100; xml: 66; python: 55; lisp: 29; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Flatpak for Devhelp
===================

 - `org.gnome.Devhelp.json`: the Flatpak manifest for Devhelp
 - `org.gnome.Devhelp.Devel.json`: The Flatpak manifest for Devhelp's
   development profile
 - `run-flatpak.sh`: a utility script for building, running, and uninstalling
   the Devhelp Flatpak

If you want to build a Flatpak version of Devhelp:

 1. make sure to have `flatpak` and `flatpak-builder` installed
 2. `./run-flatpak build --app-id=org.gnome.Devhelp` to build and install
 3. `./run-flatpak run --app-id=org.gnome.Devhelp` to run
 4. `./run-flatpak clean --app-id=org.gnome.Devhelp` to uninstall