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

https://github.com/simonhammes/copr


https://github.com/simonhammes/copr

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# COPR

## Prerequisites

- distrobox

## Instructions

```bash
# Setup
distrobox create fedora --image fedora:41
distrobox enter fedora
sudo dnf install rpmdevtools

spectool -Rg $FILE
rpmbuild -ba $FILE
```

## Renovate

```bash
npx renovate --platform=local
```

## Resources

-