A repository of RPM packages for Qubes OS.
Note: This repository currently contains my packages, but the instructions in this README will allow you to get your own repository set up.
Remove all my packages and initialize your own repository.
make clean initThe RPM packages are meant to be stored into the public/qubes-os/r4.1/testing/packages directory.
Add as many as you want, then update the repository metadata.
make updateSigning the repository allows people to verify that you (and not someone else) updated the repository.
# Your GPG key name would be different:
GPG_NAME="Packaging" make signBefore deploying, (re-)generate the index files. Those will make browsing nicer for humans.
make indexInstall the surge command-line interface if you haven't already.
sudo dnf install nodejs
npm install surgeThen deploy.
SURGE_SUBDOMAIN='awesome-name' make deployContributions are welcome! Please refer to the contribution guidelines to get started.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Copyright © 2021 Gonzalo Bulnes Guilpain
To the exclusion of files contained in the public/ directory, this project is released under the GNU General Public License v2 (see LICENSE).
The packages contained in the public/ directory contain their own licensing information, and the rest is generated automatically by the code in this project.