Skip to content

Commit

Permalink
Merge pull request #160 from pspdev/add-pacman-repository-hosting-info
Browse files Browse the repository at this point in the history
Add info on pacman repository hosting
  • Loading branch information
diamant3 authored Jun 8, 2024
2 parents 729bed6 + 20f51cc commit 073398b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 073398b

Please sign in to comment.