Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaiton/db-main_flatpak
A flatpak version of https://www.db-main.eu/
https://github.com/vaiton/db-main_flatpak
db-main flatpak flatpak-builder
Last synced: about 2 months ago
JSON representation
A flatpak version of https://www.db-main.eu/
- Host: GitHub
- URL: https://github.com/vaiton/db-main_flatpak
- Owner: VaiTon
- Created: 2022-11-28T17:56:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T18:41:38.000Z (about 2 years ago)
- Last Synced: 2024-10-13T11:44:48.310Z (3 months ago)
- Topics: db-main, flatpak, flatpak-builder
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flatpak manifest for DB-MAIN
This is a flatpak manifest for the DB-MAIN application.
Official link: https://www.db-main.eu/
## Installation
1. Install flatpak and flatpak-builder
2. Clone this repository and cd into it
3. Download required SDKs and runtimes:```shell
flatpak install --user org.gnome.Sdk//3.28 org.gnome.Platform//3.28
```4. Install the application:
```shell
flatpak-builder build --force-clean --install --user eu.dbmain.db-main.yml
```## Running the application
To run the application, simply type:```shell
flatpak run eu.dbmain.db-main
```