blob: 835b9281b38f6c23bae4a3345868608efb166340 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
KISS PACKAGE MANAGER
================================================================================
Package manager for Carbs Linux. Forked from [KISS]. All usage information can
be obtained from the manual page. For changes please refer to the `CHANGELOG.md`
file.
[KISS]: https://github.com/kisslinux/kiss
Fork Notes
--------------------------------------------------------------------------------
There are certain differences between KISS Linux `kiss` and Carbs Linux `kiss`.
Most importantly, you need a C compiler and a C library (musl/bsd libc) to build
this implementation of it. Rest of the important changes can be found in the
CHANGELOG.
This is _mostly_ a shell implementation rather than a pure one.
Directory Structure
--------------------------------------------------------------------------------
/ -- kiss, README, Makefile, LICENSE, CHANGELOG
bin/ -- for C programs.
man/ -- for manual pages.
doc/ -- for documentation.
contrib/ -- for Shell scripts that wrap around kiss.
Contributing
--------------------------------------------------------------------------------
Please see the [style and contribution guidelines].
[style and contribution guidelines]: https://github.com/carbslinux/contributing
|