Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flatpak/ppa-flatpak-builder
PPA for flatpak-builder
https://github.com/flatpak/ppa-flatpak-builder
Last synced: 2 months ago
JSON representation
PPA for flatpak-builder
- Host: GitHub
- URL: https://github.com/flatpak/ppa-flatpak-builder
- Owner: flatpak
- License: lgpl-2.1
- Created: 2019-09-13T14:33:57.000Z (over 5 years ago)
- Default Branch: ppa/focal
- Last Pushed: 2023-02-27T23:33:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T09:15:22.434Z (9 months ago)
- Language: C
- Size: 9.05 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
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](http://docs.flatpak.org/en/latest/flatpak-builder-command-reference.html).
# 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.