https://github.com/merrit/linux_packaging_updater
https://github.com/merrit/linux_packaging_updater
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/merrit/linux_packaging_updater
- Owner: Merrit
- Created: 2022-10-17T17:47:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T15:23:47.000Z (over 1 year ago)
- Last Synced: 2025-02-17T02:58:46.634Z (about 1 year ago)
- Language: Dart
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Updater for Linux app metadata and packaging.
## Features
- Update Flatpak manifest with new build info
- Update AppStream metadata file
## Usage
* should be the reverse domain name identifier for the app.*
The Flathub manifest should be `/packaging/linux/flatpak/.json`
The AppStream metadata should be `/packaging/linux/.metainfo.xml`
### Enable package
```shell
dart pub global activate --source git https://github.com/Merrit/linux_packaging_updater.git
```
### Run the updater from project root
```shell
updater
```
Example:
```shell
updater codes.merritt.bargain unit_bargain_hunter merrit
```