Dependencies and version control #3

Closed jaysalw jaysalw opened this issue on 2026-03-02 · 2 comments
jaysalw jaysalw 2026-03-02 Author

To list dependencies and versions to be installed via the chosen package manager.

E.g:

DEPEND_ON {
ITEM1@VERSION_IDENTIFIER, ITEM2@VERSION_IDENTIFIER
}

Of course, you would be able to use multi line.

jaysalw was assigned 2026-03-02
jaysalw closed this issue 2026-03-06
jaysalw jaysalw 2026-03-02

Change to the idea for deps version control:

DEPEND_ON {
   hyprland>=0.40
   kitty==0.32
   waybar
}

This therefore allows the system to identify whether you can use anything before, after or it MUST match.

jaysalw jaysalw 2026-03-06

This has been implemented into v1.1_alpha

Want to reply? View on GitHub