2
1
Fork
You've already forked void-pkgs
1
Personal sources for Void packages and host for their respective binaries https://void.gsr.dev
  • Shell 94.4%
  • HTML 4.9%
  • Dockerfile 0.7%
2022年07月25日 17:29:01 -03:00
.woodpecker Publish binaries to an alternate repository 2022年04月15日 17:25:17 -03:00
container Use "full" Void Linux image variation 2022年03月07日 14:54:17 -03:00
contrib Fix copying templates 2022年07月22日 16:21:53 -03:00
scripts Adjust scripts for cross-compilation 2022年07月21日 17:57:02 -03:00
srcpkgs lua-language-server: Update to version 3.5.0-1 2022年07月25日 17:29:01 -03:00
templates Fix source code linking 2022年06月23日 16:46:07 -03:00
.gitignore scripts: Update location of private key 2022年07月11日 11:58:00 -03:00
docker-compose.yml Rename network for Docker Compose 2022年02月27日 19:36:13 -03:00
README.md Update README 2022年04月24日 20:47:25 -03:00
shlibs Add new package "libliftoff" 2022年03月17日 19:48:05 -03:00

My custom Void packages

Woodpecker CI

About

This repository holds custom templates I have written for my personal use. It used to be fully automated but in order to not exploit free computing from Codeberg's CI I decided to embrace a full local compilation process through some helper shell scripts.

Dependencies

  • git
  • podman
  • xtools

How to use the binary repository

From the official handbook:

# echo 'repository=https://void.gsr.dev/glibc' > /etc/xbps.d/my-remote-repo.conf

After that, all XBPS commands will be able to see the custom packages.

Have fun!