Template collection for Void Linux / XBPS
- Set-up void-packages
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`
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 appendlib.so.0 ${pkgname}-${version}_${revision}
to common/shlibs
...