Go to file
Dylan Araps b8f85e5d44 openssh: Don't use sys/cdefs.h from system. 2019-09-21 13:15:58 +03:00
.github/workflows docs: update 2019-09-12 10:31:48 +03:00
core kiss: bump to 0.30.2 2019-09-20 19:56:35 +03:00
extra openssh: Don't use sys/cdefs.h from system. 2019-09-21 13:15:58 +03:00
testing lvm2: move back to extra 2019-09-04 08:44:30 +03:00
xorg mesa: bump to 19.1.7 2019-09-17 18:29:22 +03:00
LICENSE.md docs: update 2019-05-11 09:27:35 +03:00
README.md docs: update 2019-09-07 07:26:02 +03:00

README.md

KISS Package System

The package system was built specifically for KISS and employs a UNIX-like file model. Instead of the typical shell script with variables, arrays and functions; this system uses easily parseable plain text files.

The data in each file is separated by lines and spaces. The repository and packages can be manipulated and read using any programming language. The build script (for each package) can be written in whatever language you desire.

More information: https://getkiss.org/

NOTE: Contributions to this repository are made on a case-by-case basis. Community packages should go here: https://github.com/kisslinux/community