2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
Go to file
2019-08-31 17:28:20 +03:00
.github/workflows CI: Fix issues 2019-08-23 10:33:45 +00:00
core kiss: bump to 0.11.1 2019-08-31 16:32:44 +03:00
extra python-setuptools: included in python now 2019-08-31 17:27:53 +03:00
testing firefox: add new version to testing. 2019-08-28 20:04:21 +00:00
xorg python-mako: fix depends 2019-08-31 17:28:20 +03:00
LICENSE.md docs: update 2019-05-11 09:27:35 +03:00
README.md docs: update 2019-08-23 10:20:27 +00:00

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/pages/package-system/

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