/packages

Monorepo for Terra Packages

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.

  1. Add a new dir named after the package
  2. Add pkg.spec and replace pkg with the name
  3. See here for the RPM packaging guide (for writing a spec file)
  4. Commit to a new branch then send a pull request