aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ec0e1512087c0263b2309f345af32f9b8dda6c83 (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

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|i|l|r|s|u] [pkg] [pkg] [pkg]
=> build:     Build a package.
=> checksum:  Generate checksums.
=> install:   Install a package.
=> list:      List installed packages.
=> remove:    Remove a package.
=> search:    Search for a package.
=> update:    Check for updates.
```

## Extending the package manager.

See: https://github.com/kisslinux/kiss-utils