Add flatpak backend to readme
This commit is contained in:
@@ -86,11 +86,12 @@ At the moment, supported backends are the following.
|
||||
Pull requests for additional backends are welcome!
|
||||
|
||||
| Application | Package Manager | Section | feature flag | Notes |
|
||||
|-------------|-----------------|-----------|--------------|-----------------------------------------------------------------------------------------------------------|
|
||||
|-------------|-----------------|-------------|--------------|-----------------------------------------------------------------------------------------------------------|
|
||||
| Arch Linux | `pacman` | `[arch]` | `arch` | includes pacman-wrapping AUR helpers (configurable) |
|
||||
| Debian | `apt` | `[debian]`| `debian` | minimum supported apt-version unknown ([upstream issue](https://gitlab.com/volian/rust-apt/-/issues/20)) |
|
||||
| Python | `pip` | `[python]`| built-in | |
|
||||
| Debian | `apt` | `[debian]` | `debian` | minimum supported apt-version unknown ([upstream issue](https://gitlab.com/volian/rust-apt/-/issues/20)) |
|
||||
| Python | `pip` | `[python]` | built-in | |
|
||||
| Rust | `cargo` | `[rust]` | built-in | |
|
||||
| Flatpak | `flatpak` | `[flatpak]` | built-in | can manage either system-wide or per-user installation (configurable) |
|
||||
|
||||
Backends that have a `feature flag` require setting the respective flag for the build process.
|
||||
The appropriate system libraries and their header files must be present on the machine and be detectable by `pkg-config`.
|
||||
|
||||
Reference in New Issue
Block a user