Go to file
Juan RP 0b95cb8f5d Merge xbps-src code to make it usable in a standalone mode.
The new xbps-src configuration file is `etc/conf` where you can
add your local overrides from defaults set via `etc/defaults.conf`.

To use this xbps-src, run these steps:

	$ make
	$ sudo make setup (to make chroot helper setgid)
	$ ./xbps-src ...
2014-03-22 12:31:42 +01:00
common Merge xbps-src code to make it usable in a standalone mode. 2014-03-22 12:31:42 +01:00
etc Merge xbps-src code to make it usable in a standalone mode. 2014-03-22 12:31:42 +01:00
srcpkgs Merge pull request #328 from graysky2/master 2014-03-22 05:40:16 +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
Makefile Merge xbps-src code to make it usable in a standalone mode. 2014-03-22 12:31:42 +01:00
Manual.md Update Manual.md 2014-03-22 07:19:51 +01:00
README.md README.md: sync with reality. 2014-03-22 07:49:21 +01:00

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 Manual.md for documentation to create and learn about the source packages.