https://github.com/ximion/appstream-fedora-config
Example for building Fedora AppStream metadata using appstream-generator
https://github.com/ximion/appstream-fedora-config
Last synced: 3 months ago
JSON representation
Example for building Fedora AppStream metadata using appstream-generator
- Host: GitHub
- URL: https://github.com/ximion/appstream-fedora-config
- Owner: ximion
- License: lgpl-2.1
- Created: 2023-11-19T21:11:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T21:15:27.000Z (over 1 year ago)
- Last Synced: 2025-01-04T17:46:13.411Z (5 months ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppStream Fedora Config
Example for building Fedora AppStream metadata using appstream-generator
Run like this:
```bash
cd /path/to/this/repository
FEDORA_VERSION=40
appstream-generator run $FEDORA_VERSION
```or
```bash
FEDORA_VERSION=40
appstream-generator -w /path/to/this/repository run $FEDORA_VERSION
```