From 20f51cc80168af5f33bda14fb2b6cd1cd05f925d Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Sat, 8 Jun 2024 16:05:47 +0200 Subject: [PATCH] Add info on pacman repository hosting This was still missing from the README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ac698b29..0a9b19de 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,18 @@ psp-makepkg -i This will build and install the package. +## Pacman Repository Hosting + +The pacman repository created from this repo is published to GitHub Pages by the GitHub Action in this repo. This is a change from the previous builds, which used GitHub releases for hosting. The repository should already be set up in `psp-pacman` like this at the bottom of `${PSPDEV}/etc/pacman.conf`: + +``` +[pspdev] +SigLevel = Optional TrustAll +Server = https://pspdev.github.io/psp-packages/ +``` + +For forks or alternative repos, pspdev in the url in the `Server` setting should be replaced with the owner of the fork. When forking, make sure to set the GitHub Pages source to `GitHub Actions` in the settings of the GitHub repo. + ## Contributing Contributions to this repository are welcome. If you wish to update or add a library look at the [contributing page](CONTRIBUTING.md).