aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-04-03 22:25:37 +0000
committermerakor <cem@ckyln.com>2020-04-03 22:25:37 +0000
commit38b5f58b60e943d701b7c090df06348cb3321724 (patch)
treec8475798cf9625a6581c489a7bfbd1b6a263310f
parentb7446945d4bd9abba5b4753f780ed15e81dab1b8 (diff)
downloadcpt-38b5f58b60e943d701b7c090df06348cb3321724.tar.gz
update1.11.2
FossilOrigin-Name: 237f06972a8e46eae4997e228eb582d21a679661335ab64b92212eef55a50c85
-rw-r--r--README31
-rwxr-xr-xkiss2
2 files changed, 23 insertions, 10 deletions
diff --git a/README b/README
index 1371ee5..1614c30 100644
--- a/README
+++ b/README
@@ -1,13 +1,26 @@
KISS PACKAGE MANAGER
-====================
+--------------------
-My personal fork of [KISS] which is a simplistic
-package manager by Dylan Araps. Changes are minor
-but are things that wouldn't be/aren't liked by Dylan.
-
-I will follow upstream releases while maintaining my
-own changes. This fork will NOT be on the Carbs Linux
-repositories. I have plans for this in the future, just
-not yet.
+Package manager for Carbs Linux. Forked from [KISS]. All
+usage information can be obtained from the manual page.
[KISS]: https://github.com/kisslinux/kiss
+
+Changes since fork
+------------------
+
+2020-04-04: Make manual page easily readable db7a7e0a,e5f9936,4635df1
+2020-04-03: Add submodule support for KISS repositories 36654d0c
+2020-04-02: Add symlink support for packages bca41604
+2020-03-18: Modify kiss-chbuild to install carbs-rootfs c1058a80
+2020-03-18: Add fallback method during compression 82a25242
+2020-03-17: Add zstd compression support 266047ff
+2020-03-09: Seperated pkg_update with a pkg_fetch function 64abd92a
+
+Background
+----------
+
+This used to be my personal fork of KISS, but I do think
+that it has matured enough to be used by default on Carbs
+Linux. I will still try to make sure to get upstream changes
+to ensure compatibility.
diff --git a/kiss b/kiss
index 6cc64fd..db0118d 100755
--- a/kiss
+++ b/kiss
@@ -1306,7 +1306,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
- v|version) log kiss 1.11.1-carbs ;;
+ v|version) log kiss 1.11.2 ;;
h|help|-h|--help|'')
log 'kiss [a|b|c|f|i|l|r|s|u|v] [pkg] [pkg] [pkg]'