1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00
kiss/README.md
2019-07-27 19:55:00 +03:00

37 lines
740 B
Markdown

# kiss
Tiny package manager for KISS Linux.
## Package format
See: <https://getkiss.org/pages/package-system/>
## Getting started
Add these to your `shellrc`.
```sh
# The location to install packages (Optional).
# Default: /
export KISS_ROOT=~/.kiss
```
## Usage
```sh
kiss
=> kiss [b|c|d|i|l|m|o|r|s|u] [pkg] [pkg] [pkg]
=> build: Build a package.
=> checksum: Generate checksums.
=> depends: List package dependencies.
=> install: Install a package (Runs build if needed).
=> list: List installed packages.
=> manifest: List package files owned by package.
=> owns: Check which package owns a file.
=> remove: Remove a package.
=> search: Search for a package.
=> update: Check for updates.
```