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.
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.
This has been implemented into v1.1_alpha
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.