An open API service indexing awesome lists of open source software.

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

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
```