1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-11-19 13:00:05 -07:00
Go to file
2019-08-05 09:02:09 +03:00
.travis.yml docs: update 2019-07-16 11:05:05 +03:00
kiss kiss: search installed packages if package doesn't exist in repository. 2019-08-05 09:02:09 +03:00
LICENSE.md
README.md docs: update 2019-07-31 19:02:58 +03:00

kiss

Tiny package manager for KISS Linux.

Package format

See: https://getkiss.org/pages/package-system/

Getting started

Add these to your shellrc.

# The location to install packages (Optional).
# Default: /
export KISS_ROOT=~/.kiss

Usage

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.
=> 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.