https://github.com/swindlesmccoop/swindles-arch-packages
Custom Arch Linux packages
https://github.com/swindlesmccoop/swindles-arch-packages
Last synced: 2 months ago
JSON representation
Custom Arch Linux packages
- Host: GitHub
- URL: https://github.com/swindlesmccoop/swindles-arch-packages
- Owner: swindlesmccoop
- Created: 2022-08-22T18:10:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T20:59:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T10:51:44.025Z (4 months ago)
- Language: Makefile
- Size: 172 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
In order to install these packages, you need the proper lines in your `/etc/pacman.conf`. You can do this one of two ways:## Automatic install
```
printf '\n[swindles-arch-packages]\nSigLevel = Optional DatabaseOptional\nServer = https://git.cbps.xyz/swindlesmccoop/swindles-arch-packages/raw/branch/master/x86_64\n' >> /etc/pacman.conf
```## Manual install
Add the following to your `pacman.conf` to add the ability to install these packages:
```
[swindles-arch-packages]
SigLevel = Optional DatabaseOptional
Server = https://git.cbps.xyz/swindlesmccoop/$repo/raw/branch/master/$arch
```