-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FossilOrigin-Name: f26198b953ebb236d30b698f13434b80203d53d4252b145fb2a7d230e1bb492a
- Loading branch information
Showing
2 changed files
with
24 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
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 / documentation. | ||
contrib/ -- for Shell scripts that wrap around kiss. |