Go to file
Dylan Araps 99f61fc340
kiss: add support for directories and absolute file paths as sources
This adds support for both absolute and relative directories in
sources files. Relative file sources have always been supported,
this just extends it to directories.

Absolute paths to directories and files in sources is totally new.

Directories will have their /contents/ copied to the initial build
directory. The second field in the sources file can be used to set
destination location.

Checksums will not be validated for directories of any type. Absolute
file paths do have their checksums validated.

Notes:

The package manager will check to see if the source is a directory
or not. There is no need to have a trailing forward slash (though it
might make sense to enforce this anyway, we'll see).
2020-08-13 01:07:41 +03:00
.github/workflows ci: Run on pull requests 2020-01-08 22:21:10 +02:00
contrib kiss-chroot: Removed old envar 2020-08-11 10:59:51 +03:00
LICENSE docs: Drop .txt from README/LICENSE 2020-07-10 13:19:56 +03:00
README docs: Drop .txt from README/LICENSE 2020-07-10 13:19:56 +03:00
kiss kiss: add support for directories and absolute file paths as sources 2020-08-13 01:07:41 +03:00

README

|/
|\ISS                                                           https://k1ss.org
________________________________________________________________________________


Package Manager
________________________________________________________________________________

KISS' tiny package manager.

Documentation: https://k1ss.org/package-manager