Skip to content

clarajk/abyss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

924 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abyss

A cryptographically signed, self-updating package repository for Void Linux.

Build

Packages built nightly · Signed & indexed automatically · Drop-in native xbps repo


⚡ Quick Setup

① Add the repository

echo 'repository=https://github.com/clarajk/abyss/releases/latest/download' \
  | sudo tee /etc/xbps.d/10-abyss.conf

... or with vx

vx repo add abyss https://github.com/clarajk/abyss/releases/latest/download

② Sync and trust the signing key

sudo xbps-install -S

... or with vx

vx sync

You'll be asked to import the RSA key for [abyss] dredge build bot <actions@github.com> — press y to continue.

③ Install anything

sudo xbps-install <package-name>

... or with vx

vx add <package-name>

🔄 Staying Updated

No extra steps — packages update with your system:

sudo xbps-install -Su

... or with vx

vx update

🤝 Contributing

Want a package added, or spotted something broken?

  • Open an issue — request a new package or report a build failure
  • Submit a PR — add your own template following the existing structure (one directory per package, containing a template file)
  • Package updates are handled automatically by the workflow — no need to bump versions manually

🛠 Troubleshooting

Repository not found
Verify /etc/xbps.d/10-nexus.conf contains exactly:
repository=https://github.com/clarajk/void-nexus/releases/latest/download/

If you're using vx, verify that repo was added correctly with vx repo list --verbose.

Key import failed or was declined
Place the public .plist key file manually into /var/db/xbps/keys/. The key is available in the root of this repository.
Package not found
Only x86_64 glibc is currently supported. musl and other architectures are not built.

Originally made with 🖤 by Ackerman-00  ·  Maintained with 🖤 by Clara  ·  Powered by Void Linux

About

Pre-compiled packages for void linux not found in the official repositories.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors