Skip to main content

Python command line tool that wrapps Flatpak-Builder

Project description

# FlatpakDev

This python module is an attempt to emulate `jhbuild build` and `jhbuild make` commands, but with Flatpak sandboxes.

## Install

`bash $ pip install flatpakdev `

## Usage

To install an application :

`bash $ flatpakdev install sourcePath manifestPah `

To list applications installed by flatpakdev :

`bash $ flatpakdev list `

To enter a sandbox :

`bash $ flatpakdev enter name `

## Inside the sandbox

Inside the sandbox you will only have access to the source code directory, unless other directories were specified in the flatpak manifest.

To use this tool inside a sandbox environment it should be installed in the sdk, or specified as a module in the manifest.

To compile and install an app inside the sandbox, previously installed with `flatpakdev install`, run :

` $ flatpakdev make name `

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flatpakdev-0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page