packages
architectures
last built
latest commit
status

about

maintainer evan alvarez source github.com/zveihander/void-supplements signing key void-supplements.pub.pem fingerprint de:a4:97:6c:18:26:10:84:46:53:27:9a:20:5a:b3:bc built with xbps-src · github actions license see individual packages

packages

architecture count repository url
aarch64-musl9 package(s)repository=https://github.com/zveihander/void-supplements/releases/download/aarch64-musl
aarch6410 package(s)repository=https://github.com/zveihander/void-supplements/releases/download/aarch64
armv6l-musl2 package(s)repository=https://github.com/zveihander/void-supplements/releases/download/armv6l-musl
armv6l2 package(s)repository=https://github.com/zveihander/void-supplements/releases/download/armv6l
armv7l-musl7 package(s)repository=https://github.com/zveihander/void-supplements/releases/download/armv7l-musl
armv7l7 package(s)repository=https://github.com/zveihander/void-supplements/releases/download/armv7l
i6867 package(s)repository=https://github.com/zveihander/void-supplements/releases/download/i686
x86_64-musl9 package(s)repository=https://github.com/zveihander/void-supplements/releases/download/x86_64-musl
x86_6410 package(s)repository=https://github.com/zveihander/void-supplements/releases/download/x86_64

→ browse & search all packages


installation

installer (recommended)
detects your architecture automatically, prompts for confirmation, installs the signing key, and configures the repo with correct priority.
curl -fsSL https://zveihander.github.io/void-supplements/install.sh | sh
manual
replace x86_64 with your architecture. run xbps-uhelper arch to check if you do not know your architecture. the supported architectures are: x86_64 x86_64-musl i686 aarch64 aarch64-musl armv6l armv6l-musl armv7l armv7l-musl
curl -fsSL https://github.com/zveihander/void-supplements/releases/download/bootstrap/repo-void-supplements-1.0_1.noarch.xbps \
  -o /tmp/repo-void-supplements-1.0_1.noarch.xbps
XBPS_TARGET_ARCH=$(xbps-uhelper arch) xbps-rindex -a /tmp/repo-void-supplements-1.0_1.noarch.xbps
sudo xbps-install --yes --repository=/tmp repo-void-supplements
verify signing key fingerprint
on first xbps-install -S, xbps will show the key fingerprint. verify it matches:
de:a4:97:6c:18:26:10:84:46:53:27:9a:20:5a:b3:bc
removal
to fully remove void-supplements from your system (note that this does not remove installed packages):
sudo xbps-remove repo-void-supplements
sudo rm -f /etc/xbps.d/00-master-void-supplements.conf
sudo xbps-install -S

recent commits


build status

loading...