Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/git-bruh/kiss-ng
Next generation of the KISS Package manager
https://github.com/git-bruh/kiss-ng
kiss landlock package-manager sandboxing zig
Last synced: about 1 month ago
JSON representation
Next generation of the KISS Package manager
- Host: GitHub
- URL: https://github.com/git-bruh/kiss-ng
- Owner: git-bruh
- Created: 2023-02-21T10:48:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T15:29:01.000Z (about 1 year ago)
- Last Synced: 2023-12-13T16:43:46.234Z (about 1 year ago)
- Topics: kiss, landlock, package-manager, sandboxing, zig
- Language: Zig
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kiss-ng
Next generation of the [KISS](https://codeberg.org/kiss-community/kiss) package manager, aiming to be more robust and powerful (sandboxed builds, provides system, etc)
# TODO
- [ ] alternatives
- [ ] build
- [ ] run as unprivileged user
- [ ] sandboxed builds using [`landlock`](https://landlock.io)- [ ] checksum
- [ ] download
- [ ] parallel downloads- [ ] install
- [ ] dynamic dependency detector
- [ ] binary stripping
- [ ] conflicts- [ ] list
- [ ] remove
- [ ] search
- [ ] update
- [ ] upgrade
- [ ] hooks
- [ ] provides system
- [ ] environment variables
- [ ] `KISS_ROOT`
- [ ] `KISS_COMPRESS`
- [ ] `KISS_PATH`
- [ ] `KISS_COLOR`
- [ ] `KISS_DEBUG`
- [ ] `KISS_FORCE`
- [ ] `KISS_HOOK`
- [ ] `KISS_KEEPLOG`
- [ ] `KISS_PROMPT`
- [ ] `KISS_TMPDIR`