Scoop icon indicating copy to clipboard operation
Scoop copied to clipboard

[Feature] Depends on specified version of apps in App Manifests

Open owenstake opened this issue 8 months ago • 1 comments

My App need to depends on specified version of some apps, how to achieve this in Manifests?

I expect some syntax like this:

...
"depends" : ["[email protected]", "[email protected]"]
...

owenstake avatar May 06 '25 13:05 owenstake

<app>@<version> is an experimental feature.

FYI: Create manifests for specified version of apps, e.g.: versions/python38, versions/ruby27, then use them as dependencies.

HUMORCE avatar May 06 '25 16:05 HUMORCE