Matías Fonzo 6084090f9f qi: add external option to skip completed recipes when build преди 5 години
..
doc 6084090f9f qi: add external option to skip completed recipes when build преди 5 години
etc c74da7f32b qi: support black list to avoid update sensible packages преди 6 години
src 6084090f9f qi: add external option to skip completed recipes when build преди 5 години
AUTHORS 4aba604973 Initial import from the conversion Fossil -> Git преди 6 години
COPYING 4aba604973 Initial import from the conversion Fossil -> Git преди 6 години
CREDITS dcb5cc850f qi: CREDITS: add Alan Beadle to the credits преди 6 години
Makefile 6084090f9f qi: add external option to skip completed recipes when build преди 5 години
NEWS cce92ccd2b qi: added option to print the default directory locations преди 6 години
README 4aba604973 Initial import from the conversion Fossil -> Git преди 6 години
configure 58a0343cd3 qi: release 1.0-rc25 преди 6 години

README

+-------------+
| Qi's README |
+-------------+


1. Introduction
2. Installation
3. Contact


1. Introduction.

Qi is a source builder and a package manager:

It contains a set of (individual) tools to build, install, remove,
and upgrade software packages. It follows the philosophy of simplicity
without adding too many features, such as those that can be found in
popular package managers. Basically it does two things: builds
packages and manages them.

Qi constructs the sources using recipe names, files that contain
specific instructions to build every source. As result, a binary
package is obtained which can be installed, removed, upgraded, or
inspected in the system.

The packages are managed thanks to an external tool called
_graft(1)_, which provides a mechanism for managing multiple packages
under a single directory hierarchy, it was inspired by both Depot
(Carnegie Mellon University) and Stow (Bob Glickstein). In this
aspect, Qi complements Graft: it can work with packages, check them,
solve conflicts, and more...

2. Installation.

Requirements:

- A (POSIX) compatible shell.

- Graft: http://peters.gormand.com.au/Home/tools

Perl (http://www.perl.org) is required in order to run graft(1).

Take into account when graft is installed, you can define some
macros like PACKAGEDIR and TARGETDIR. To be consistent, use the
same paths when `configure'.

- Lzip: http://lzip.nongnu.org

- A mktemp(1) implementation: http://www.mktemp.org

To configure, make and install qi, type:

$ ./configure
$ make
$ make install

See `./configure --help' for more information.

To install in a different location, DESTDIR is supported. This is
useful for package distributors:

$ make DESTDIR=/tmp/qi install

3. Contact.

The Qi home page can be found at `http://www.dragora.org'.
Send bug reports or suggestions to .