Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upREADME.txt
k
________________________________________________________________________________
The eventual replacements to 'kiss install' and 'kiss remove' written in POSIX
C99.
dependencies
________________________________________________________________________________
- C99 compiler
- POSIX libc
building
________________________________________________________________________________
$ make
$ make DESTDIR="..." PREFIX="/usr" install
options (via CFLAGS)
____________________________________________________________________________
-static - Statically build the package manager (recommended). This
adds 2-3MB to the resulting binary but removes its
reliance on overall system health.
todo
________________________________________________________________________________
- [ ] install
- [ ] remove
Releases
No releases published