Go to file
Dan Nicholson aec06b3945 Support passing --token-type to build-export
Provide a --token-type command line option and a token-type manifest
property that allows passing the token type to build-export. The
manifest property takes precendence over the CLI option. In either case,
the value will be passed to build-export if it's >= 0. This requires
flatpak >= 1.6 to use the --token-type option in build-export.
2020-03-19 16:29:27 +01:00
.github Use github actions for CI 2019-10-02 14:42:36 +02:00
buildutil build: Add missing mkdir to glib-tap.mk 2017-11-24 12:39:51 +00:00
ci CI: Add fuse-devel buildreq 2019-05-06 09:07:56 +00:00
doc Support passing --token-type to build-export 2020-03-19 16:29:27 +01:00
libglnx@470af8763f Update to latest libglnx 2018-07-21 08:35:31 +00:00
m4 Import ostree's compiler warnings, fix up callers 2017-03-27 10:42:36 +02:00
src Support passing --token-type to build-export 2020-03-19 16:29:27 +01:00
tests Support passing --token-type to build-export 2020-03-19 16:29:27 +01:00
.gitignore Update .gitignore 2017-08-25 09:41:39 +02:00
.gitmodules Update libglnx module url 2018-05-30 12:41:05 +02:00
.papr.yml Update CI to fedora 28 2018-06-11 17:49:22 +00:00
COPYING Add COPYING to reflect license headers 2015-03-31 15:36:29 +01:00
Makefile.am configure: Call LIBGLNX_CONFIGURE 2018-02-14 18:46:23 +01:00
NEWS Update NEWS for 1.0.9 2019-09-13 15:49:59 +02:00
README.md README: Fix docs link 2018-02-14 23:11:58 -08:00
acinclude.m4 Add AX_COMPARE_VERSION to acinclude.m4 2016-09-09 10:03:27 +02:00
autogen.sh Delete non-builder files 2017-08-25 09:27:42 +02:00
configure.ac Bump version to 1.0.9 2019-09-13 15:49:48 +02:00
flatpak.png Add the logo to README.md 2016-06-02 18:05:22 -04:00
uncrustify.cfg Add uncrustify config 2016-05-06 15:27:19 +02:00
uncrustify.sh Add uncrustify config 2016-05-06 15:27:19 +02:00

README.md

Flatpak icon

Flatpak-builder is a tool for building flatpaks from sources.

See http://flatpak.org/ for more information.

Read documentation for the flatpak-builder commandline tools.

INSTALLATION

Flatpak-builder uses a traditional autoconf-style build mechanism. To build just do

 ./configure [args]
 make
 make install

Most configure arguments are documented in ./configure --help. However, there are some options that are a bit more complicated.

Flatpak-builder relies on flatpak, so it must be installed first.