Gestionnaire de paquets (issu de Nutyx) https://www.github.com/NuTyX/cards
  • C++ 65%
  • Shell 15.6%
  • C 15.3%
  • Makefile 3.9%
  • CMake 0.2%
Find a file
2026-01-18 14:13:36 +01:00
documentation shell changes 2023-11-06 23:03:18 +01:00
fltk grat-os => great-os 2025-12-21 13:28:33 +01:00
man Delete ports.8.in 2022-06-01 17:06:40 +02:00
po grat-os => great-os 2025-12-21 13:28:33 +01:00
scripts adding DNS variable to mybld 2026-01-18 14:13:36 +01:00
src grat-os => great-os 2025-12-21 13:28:33 +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 avoid error: make: *** No rule to make target 'mybld'. Stop. 2025-12-20 07:51:24 +01: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]