Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfinelli/pkgs
infracode and packages for my archlinux repository
https://github.com/mfinelli/pkgs
archlinux
Last synced: about 1 month ago
JSON representation
infracode and packages for my archlinux repository
- Host: GitHub
- URL: https://github.com/mfinelli/pkgs
- Owner: mfinelli
- License: mit
- Created: 2021-08-16T01:25:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T10:39:01.000Z (about 2 months ago)
- Last Synced: 2024-11-15T11:30:55.442Z (about 2 months ago)
- Topics: archlinux
- Language: Shell
- Homepage: https://pkgs.finelli.dev
- Size: 372 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pkgs
Infracode and PKGBUILDS for https://pkgs.finelli.dev.
## how to use
First you need to add my GPG key to your pacman keyring and sign it locally:
```shell
curl -s https://finelli.pub/36FDA306.asc | sudo pacman-key -a -
sudo pacman-key --lsign-key C3CD75B002978A8468CA7B1F6C3ADDDE36FDA306
```Then add the following repository configuration to your `pacman.conf`:
```ini
[supermario]
Server = https://pkgs.finelli.dev/arch/$arch
```