fpm is a CLI tool for managing Flatpak modules and manifests.
This repo is a work-in-progress and is not ready for general use. The command-line options, command names and file formats might change at any time until the project reaches version 1.0.0.
fpm focuses on managing the modules described in Flatpak manifests. If you are
looking for a tool to use Flatpak manifests for local development, have a
look at fenv.
fpm uses the flatpak-rs to parse
Flatpak manifests.
installmodules from a database of Flatpak modulesimportmodules from other package managers (currentlycargoandvcpkgare supported).updatemodules (using thex-checker-datafield).
fpm is currently not published on crates.io. You will need to install it locally with cargo.
git clone [email protected]:louib/fpm.git
cd fpm/
cargo install --path .
MIT