mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
561 B
561 B
Terra repositories
This monorepo contains the package manifests for the Terra repositories.
How to use
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
Add packages
Pull requests are welcomed! See here for instructions.
- Add a new dir named after the package
- Add
pkg.specand replacepkgwith the name - See here for the RPM packaging guide (for writing a spec file)
- Commit to a new branch then send a pull request