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.
install
modules from a database of Flatpak modulesimport
modules from other package managers (currentlycargo
andvcpkg
are supported).update
modules (using thex-checker-data
field).
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