Go to file
Alexander Larsson 5818790510 Add extra-data source type
All this does is construct a finish arg, but it makes it a lot nicer
to create extra-data using manifest. Additionally, it allows you to
create per-arch extra data if you set only-arches on the source.

Closes: #40
Approved by: alexlarsson
2017-09-29 07:01:53 +00:00
buildutil spelling: progressive 2016-05-27 06:45:16 +00:00
ci Fix CI 2017-09-28 09:12:10 +00:00
doc Add extra-data source type 2017-09-29 07:01:53 +00:00
libglnx@e226ccf691 Update to latest libglnx (and fix some callers) 2017-08-18 15:34:29 +02:00
m4 Import ostree's compiler warnings, fix up callers 2017-03-27 10:42:36 +02:00
src Add extra-data source type 2017-09-29 07:01:53 +00:00
tests Delete non-builder files 2017-08-25 09:27:42 +02:00
.gitignore Update .gitignore 2017-08-25 09:41:39 +02:00
.gitmodules Delete non-builder files 2017-08-25 09:27:42 +02:00
.papr.yml ci: bump tests to use F26 host & container 2017-08-14 16:05:59 +02:00
COPYING Add COPYING to reflect license headers 2015-03-31 15:36:29 +01:00
Makefile.am Move common/flatpak-utils.* to src/builder-flatpak-utils.* 2017-08-25 09:36:49 +02:00
NEWS Update for release 2017-09-25 17:44:24 +02:00
README.md Fix up docs link 2017-09-28 09:12:10 +00: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 Add appdata-license field 2017-09-29 07:01:40 +00: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.