mirror of void-packages + my own branches
Find a file
Juan RP 6690a2fb68 libarchive: override ac_cv_func_lchmod detection mostly for musl builds.
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).
2014-03-20 16:01:42 +01:00
common hooks/post-install: new hook (pkglint) to abort if pkg contains forbidden dirs. 2014-03-19 16:32:12 +01:00
doc doc/manual.txt: describe the target-file feature of xbps-uhelper fetch 2014-03-17 16:57:47 +01:00
srcpkgs libarchive: override ac_cv_func_lchmod detection mostly for musl builds. 2014-03-20 16:01:42 +01:00
.gitignore Added a simple Makefile in doc to convert manual.txt to xhtml with asciidoc. 2014-03-17 10:35:05 +01:00
COPYING COPYING: bump year. 2014-01-28 13:34:58 +01:00
README.md README.md: sync with reality. 2013-12-02 11:23:52 +01:00

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.