Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dar5hak/flatpak-modules
Flatpak Module Declarations for popular libraries
https://github.com/dar5hak/flatpak-modules
dependency flatpak library linux manifest module
Last synced: 6 days ago
JSON representation
Flatpak Module Declarations for popular libraries
- Host: GitHub
- URL: https://github.com/dar5hak/flatpak-modules
- Owner: dar5hak
- Created: 2021-07-18T08:20:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T12:27:24.000Z (almost 3 years ago)
- Last Synced: 2023-04-04T06:10:52.495Z (over 1 year ago)
- Topics: dependency, flatpak, library, linux, manifest, module
- Language: Svelte
- Homepage: https://flatpak-modules.vercel.app
- Size: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flatpak Module Declarations
https://flatpak-modules.vercel.app/
This is a listing of commonly used dependencies in Flatpak app. To add a dependency to your project, you can copy the JSON or YAML declaration and paste it into the `modules` list of your Flatpak manifest.
The list is very short at the moment.
- If you need anything added, raise an issue here, and I will try to add it.
- If you already know the declaration for a module, feel free to edit [`public/modules.json`](https://github.com/dar5hak/flatpak-modules/blob/main/public/modules.json) and make a pull request.## Development
**TL;DR:** `npm run dev`
This is a static Svelte app. Provided you have Node.js installed, you can run it locally with the following steps:
1. Clone the repo and `cd` into the directory.
2. `npm i`
3. `npm run dev`