Skip to content
Snippets Groups Projects
README.md 1.35 KiB
Newer Older
# repod
This project contains tooling to maintain binary package repositories for Linux
distributions using the [pacman](https://archlinux.org/pacman/) package manager.

The latest documentation can be found at
[repod.archlinux.page](https://repod.archlinux.page).

**NOTE**: *Repod is still alpha grade software and as such has not yet reached
its targeted feature set. It has not been thoroughly tested in the field and
therefore should not be used in a production environment!*
You can install repod using your distribution's package manager or
alternatively by executing
Further information on optional requirements and setting up a development
environment can be found in the official [installation
instructions](https://repod.archlinux.page/repod/installation.html).
Please refer to the [usage
information](https://repod.archlinux.page/usage.html) in the official
documentation to learn how to use repod.
Read our [contributing guide](https://repod.archlinux.page/contributing.html)
to learn more about how to provide fixes or improvements for the code and
documentation.
Repod's code is licensed under the terms of the **GPL-3.0-or-later** (see the
top-level *LICENSE* file) and its documentation is licensed under the terms of
the **GFDL-1.3-or-later** (see the *docs/LICENSE* file).