-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Upon installation, if there are any packages that are listed as dependencies, they should be installed before the download. This might also include a concept of queueing (so dependent packages can just be added to the queue before the main package, and then the entire queue installed).
Proposed syntax: an array of strings of package names under the dependencies key
...
dependencies: ["space", "pynx"],
If this key is missing, null, or an empty array, then nothing should happen. In the GUI, dependent packages should be able to be clicked on as well to view more details or view their current installation status
Metadata
Metadata
Assignees
Labels
No labels