Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flatpak/flatpak-builder-tools
Various helper tools for flatpak-builder
https://github.com/flatpak/flatpak-builder-tools
Last synced: 1 day ago
JSON representation
Various helper tools for flatpak-builder
- Host: GitHub
- URL: https://github.com/flatpak/flatpak-builder-tools
- Owner: flatpak
- Created: 2017-12-21T10:08:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T14:32:07.000Z (9 months ago)
- Last Synced: 2024-04-22T09:15:22.112Z (9 months ago)
- Language: Python
- Size: 2.83 MB
- Stars: 185
- Watchers: 13
- Forks: 101
- Open Issues: 79
-
Metadata Files:
- Readme: readme.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Flatpak Builder Tools
This repository contains a collection of various scripts to aid in using `flatpak-builder`.
Feel free to submit your own scripts that would be useful for others.
The intended usage of the generators is as a submodule used as part of your build
process to generate manifests.See the sub-directories of the respective tools for more information and licenses.
## Converting manifests from JSON to YAML
A simple script to help convert JSON manifests to YAML is also in this repo.
After cloning the repository you can run `./flatpak-json2yaml.py /path/to/example.json --output=example.yml`.
This depends on [PyYAML](https://pypi.org/project/PyYAML/) which may need to be installed.