mirror of void-packages + my own branches
The issue is that lchmod() is implemented in musl but returns ENOTSUP on symlinks and the libarchive returns warnings when extracting files. Override lchmod detection and simple disable it for musl too (such as with glibc). |
||
---|---|---|
common | ||
doc | ||
srcpkgs | ||
.gitignore | ||
COPYING | ||
README.md |
The official source package repository for Void
This repository contains the source package tree to build xbps binary packages from sources for the Void Linux distribution.
To use this repository the 'xbps-src' utility is required. If you don't use Void Linux you can fetch its sources from:
https://github.com/voidlinux/xbps-src
Or alternatively if you are already using Void you can install the binary package with:
# xbps-install -S xbps-src
See doc/manual.txt for documentation when creating new source packages.