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:53:39 +03:00

726 B

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