Skip to content

Template collection for Void Linux / XBPS

License

Notifications You must be signed in to change notification settings

Elvyria/voids-package-nightmare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Void's Package Nightmare

Template collection for Void Linux / XBPS

How To Use

git clone --depth 1 https://github.com/void-linux/void-packages
cd void-packages
./xbps-src binary-bootstrap
  • Clone this repository and copy templates
git clone --depth 1 https://github.com/Elvyria/voids-package-nightmare
cp voids-package-nightmare/srcpkgs/* srcpkgs/
cat voids-package-nightmare/common/shlibs >> common/shlibs
rm -rf voids-package-nightmare
  • Build package
./xbps-src pkg `package`
  • Install package
xbps-install --repository hostdir/binpkgs `package`
# or
xi `package`

Notes

  • SONAME: lib.so.0 <-> UNKNOWN PKG PLEASE FIX!
    This error indicates that package requires library which have no package associated with it.
    To fix - source library package template and append lib.so.0 ${pkgname}-${version}_${revision} to common/shlibs
    ...

About

Template collection for Void Linux / XBPS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages