Gestionnaire de paquets (issu de Nutyx)
https://www.github.com/NuTyX/cards
| documentation | ||
| fltk | ||
| man | ||
| po | ||
| scripts | ||
| src | ||
| tests | ||
| .gitignore | ||
| COPYING | ||
| Makefile | ||
| Makefile.inc | ||
| README.md | ||
| TODO.md | ||
Cards - Package Management Utilities for NuTyX-Linux
Online Documentation
Description
Cards which stands for Create, Add, Remove and Download System is a set of utilities (pkgadd, pkgrm, pkginfo, pkgmk and cards), which are used for managing software packages in NuTyX-Linux.
Cards is based on a fork of the CRUX-Linux pkgutils and prt-get tools and is under active development. NuTyX-Linux Team
The most notable additions and improvements
- Full support for binary packages
- Support for sources from version control system (VCS) (Bazaar, Git, Subversion and Mercurial)
Building and installing
To build the lib
$ make libs
To install the lib
$ make install-libs
To build all
$ make all
To build the pkgadd binary
$ make pkgadd
To install the binaries
$ make install
or
$ make DESTDIR=/some/other/path install
To get a quick overview
$ cards help
Copyright
Cards Copyright (c) 2013-2022 NuTyX-Linux Team licensed under the GNU General Public License 2 or later.
Read the COPYING file for the complete license.
Licenses for incorporated software
pkgutils: Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2013 CRUX team http://crux.nu [GPL2/later]prt-get: Copyright (c) 2002, 2004, 2005 Johannes Winkelmann (jw@tks6.net) [GPL2/later]