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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file flatpakdev-0.1.tar.gz
.
File metadata
- Download URL: flatpakdev-0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38b30fab9278cca58796d9068cf1a5b6db067a77ee019d9f0fd993edc5375de1 |
|
MD5 | 4eb728c55ce47b2792fd2d3d4494683b |
|
BLAKE2b-256 | 6d98f6e30cdb3c8f6071ef9bdad8a47b064ebf8650c8848c70cd9d5492921117 |