1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00
Go to file
black fe77d507fe
Merge pull request #28 from logo4poop/master
Fixed links (Same as packages)
2019-07-19 09:17:19 +03:00
.travis.yml docs: update 2019-07-16 11:05:05 +03:00
kiss docs: update 2019-07-16 14:56:57 +03:00
LICENSE.md docs: update 2019-06-13 17:49:05 +03:00
README.md Update README.md 2019-07-18 18:45:03 -04: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

# Repositories to use (Required).
# Colon separated like '$PATH'.
# Repositories will be search in order.
# Default: ''
export KISS_PATH=/packages/core:/packages/extra:/packages/xorg:/packages/public

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.
=> remove:    Remove a package.
=> search:    Search for a package.
=> update:    Check for updates.