summaryrefslogtreecommitdiff
path: root/doc/source/examples_flatpak_autotools.rst
blob: d30e5435d3271e269f6611e00f8ad302f5342fb8 (plain)
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

.. _examples_flatpak_autotools:

Using flatpak runtimes to build and run from source
===================================================
Here we demonstrate how to build and run software using
a Flatpak SDK for the base runtime.

Config files

- project.conf

.. literalinclude:: ../examples/flatpak-autotools/project.conf
   :language: yaml

- element

.. literalinclude:: ../examples/flatpak-autotools/elements/flatpak-autotools.bst
   :language: yaml

- element

.. literalinclude:: ../examples/flatpak-autotools/elements/dependencies/usrmerge.bst
   :language: yaml

Building::

   bst build flatpak-autotools.bst

Running::

   bst shell flatpak-autotools.bst hello