hexchain / flatpak-builder-tools

Various helper tools for flatpak-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 which may need to be installed.

About

Various helper tools for flatpak-builder


Languages

Language:Python 94.2%Language:Swift 2.0%Language:Perl 1.6%Language:Shell 1.2%Language:Ruby 0.6%Language:Rust 0.3%Language:JavaScript 0.1%