# # A user-friendly package manager (version 2.12-rc2). # # 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. # pkgname=qi pkgversion=2.12-rc2 arch=noarch release=1 pkgcategory="tools" full_pkgname=qi@tools blurb="A user-friendly package manager (version 2.12-rc2)." homepage="https://www.dragora.org" license="GPLv3+" fetch=" https://dragora.mirror.garr.it/current/sources/qi-2.12-rc2.tar.lz rsync://rsync.dragora.org/current/sources/qi-2.12-rc2.tar.lz " replace=""