mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-24 16:10:05 -07:00
.travis.yml | ||
kiss | ||
LICENSE.md | ||
README.md |
kiss
Tiny package manager for KISS Linux.
Table of Contents
Package format
See: https://github.com/kissx/packages
Dependencies
POSIX coreutils
:
cmp
command
cp
find
mkdir
rm
rmdir
sed
sh
Other utilities:
file
git
rsync
sha256sum
(Included in defaultbusybox
)strip
tar
(Included in defaultbusybox
)wget
(Included in defaultbusybox
)
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=~/projects/kiss-new/repo
Usage
➜ kiss
=> kiss [b|c|i|l|r|u] [pkg]
=> build: Build a package.
=> checksum: Generate checksums.
=> install: Install a package (Runs build if needed).
=> list: List packages.
=> remove: Remove a package.
=> update: Check for updates.