Skip to content

GamerZero9512/compak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compak

compak is a simple, minimal source-based package manager for GNU/Linux.

last commit MIT license Build status

usage: compak <options>

options:
  --help,      -?           Show this help message
  --install,   -i <package> Install the specified package
  --remove,    -r <package> Uninstall the specified package
  --list,      -l           List installed packages
  --update,    -u <package> Update the specified package
  --update-all              Update all installed packages
  --package,   -p <folder>  Pack folder into compak-ready archive

To install compak, clone the source tree and run make install:

git clone https://github.com/gamerzero9512/compak.git
cd compak
make install

compak uses these libraries:

About

A minimal source-based package manager for Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors