Matías Fonzo 21bf303b54 qi: Bump to release 2.8 2 роки тому
..
doc 21bf303b54 qi: Bump to release 2.8 2 роки тому
etc 388780d6e2 qi: Switch network downloader to wget2 by default 3 роки тому
src 85346bb612 qi: Reflect fetch address when fetching 2 роки тому
AUTHORS 7ab804db43 qi: Release candidate 1 of incoming version 1.4 4 роки тому
COPYING 4aba604973 Initial import from the conversion Fossil -> Git 7 роки тому
CREDITS 725f420252 qi: Switch to https:// at documentation's content, CREDITS file 3 роки тому
Makefile 21bf303b54 qi: Bump to release 2.8 2 роки тому
NEWS 21bf303b54 qi: Bump to release 2.8 2 роки тому
README.md c97c0f55a6 qi: Bump to 2.7 (release candidate 1) 3 роки тому
configure 6d2fdd50c6 qi: Bump to version 2.4 (Release Candidate 4) 3 роки тому

README.md

Qi

Qi is a simple but well-integrated package manager. It can create, install, remove, and upgrade software packages. Qi produces binary packages using recipes, which are files containing specific instructions to build each package from source. Qi can manage multiple packages under a single directory hierarchy. This method allows to maintain a set of packages and multiple versions of them. This means that Qi could be used as the main package manager or complement the existing one.

Qi offers a friendly command line interface, a global configuration file, a simple recipe layout to deploy software packages; also works with binary packages in parallel, speeding up installations and packages in production. The format used for packages is a simplified and safer variant of POSIX pax archive compressed in lzip format.

Qi is a modern (POSIX-compliant) shell script released under the terms of the GNU General Public License. There are only two major dependencies for the magic: graft(1) and tarlz(1), the rest is expected to be found in any Unix-like system.

Requirements

Note

Take into account when you are going to install graft, you can define some macros like PACKAGEDIR and TARGETDIR. To be consistent, please use the same paths when configure adjusting them through the --packagedir and --targetdir options.

If you have not changed the default values used on the graft installation, you can avoid these steps, since qi uses the same values of graft for PACKAGEDIR and TARGETDIR.

Installation

To configure, make and install qi, type:

$ ./configure
$ make
$ make install

See ./configure --help for more options.

To install qi in a different location, type:

$ make DESTDIR=/tmp/qi install

This is useful for package distributors.

Contact

The Qi home page can be found at https://www.dragora.org. Send bug reports or suggestions to dragora-users@nongnu.org.