14 lines
445 B
Markdown
14 lines
445 B
Markdown
# A bunch of packages that I want on void
|
|
For a list of packages look at the srcpkgs directory.
|
|
|
|
To install the packages in this repo make a file called:
|
|
/etc/xbps.d/squibid.conf with the following:
|
|
```conf
|
|
repository=https://voidpkgs.squi.bid
|
|
```
|
|
|
|
## Building
|
|
To add a template to the repository make a template in the srcpkgs directory.
|
|
To build all packages run `make` to choose a specific one run
|
|
`make TEMPLATES=srcpkgs/your_package_name`.
|