Gestionnaire de paquets (issu de Nutyx) https://www.github.com/NuTyX/cards
Find a file
2024-12-09 22:28:50 +01:00
documentation shell changes 2023-11-06 23:03:18 +01:00
fltk shell changes 2023-11-06 23:03:18 +01:00
man Delete ports.8.in 2022-06-01 17:06:40 +02:00
po merging 2.6.4 2023-03-19 11:22:18 +01:00
scripts change meson new behaviour 2024-12-09 22:28:50 +01:00
src full path for bash 2023-11-06 23:22:46 +01:00
tests Makefile files 2022-03-08 20:05:51 +01:00
.gitignore merging 2.6.4 2023-03-19 11:22:18 +01:00
COPYING bugfixes on lib and first test prog 2016-01-06 20:35:45 +01:00
Makefile adding documentation 2017-05-04 19:49:34 +02:00
Makefile.inc humm 2024-01-02 22:48:16 +01:00
README.md Update README.md 2022-06-01 17:12:40 +02:00
TODO.md TODO update, pkgmk.in, variable corex 2019-09-13 19:04:22 +02:00

Cards - Package Management Utilities for NuTyX-Linux

Online Documentation

http://cards.nutyx.org

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

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]