diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-14 07:06:03 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-14 07:06:03 +0000 |
commit | 1605560fd48d56609a903b6bcba9dffe18864879 (patch) | |
tree | a7cf4d86676a1ece8738511e1b3773b443f519b8 /README.md | |
parent | 344f6bea65728a5ef1b6a197046554d0c393f055 (diff) | |
download | cpt-1605560fd48d56609a903b6bcba9dffe18864879.tar.gz |
docs: update
FossilOrigin-Name: 9556e61fab7e1373f81588ac1f0754bd2fa22ffa7cc4fc704432b6176c98ca83
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,7 @@ Tiny package manager for KISS Linux. * [`kiss checksum pkg`](#kiss-checksum-pkg) * [`kiss install pkg`](#kiss-install-pkg) * [`kiss remove pkg`](#kiss-remove-pkg) + * [`kiss search pkg`](#kiss-search-pkg) * [`kiss list` or `kiss list pkg`](#kiss-list-or-kiss-list-pkg) * [`kiss update`](#kiss-update) @@ -86,6 +87,8 @@ export KISS_PATH=~/projects/kiss-new/repo Kiss's `build` operator handles a package from its source code to the installable `.tar.gz` file. Sources are downloaded, checksums are verified, dependencies are checked and the package is compiled then packaged. +NOTE: `build` without an argument will rebuild the entire system. + ### `kiss checksum pkg` Kiss's `checksum` operator generates the initial checksums for a package from every source in the `sources` file. @@ -98,6 +101,11 @@ Kiss's `install` operator takes the built `.tar.gz` file and installs it in the Kiss's `remove` operator uninstalls a package from your system. Files and directories in `/etc` are untouched. Support for exclusions will come as they are needed. +### `kiss search pkg` + +Kiss's `search` operator searches all repositories for a package and prints +the full path to its repository files. Multiple arguments are welcome. + ### `kiss list` or `kiss list pkg` Kiss's `list` operator lists the installed packages and their versions. Giving `list` an argument will check if a singular package is installed. |