Skip to content

adolfopa/cstow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coverage Status License GitHub release

Cstow is a software package management tool. It is a simplified version of GNU Stow with minimal build and runtime dependencies.

Installation

Cstow consists of a single self-contained binary. The easiest way to build and install cstow is:

$ make prefix=/usr/local install

If you want to use cstow to manage cstow itself:

$ make prefix=/usr/local/cstow/cstow install
$ cd /usr/local/cstow
$ ./cstow/bin/cstow cstow

Cstow comes with tests. To run them:

$ make test

Cstow should work in any POSIX-ish system (tested with FreeBSD 14.3, Fedora 42 and Morphos 3.19).