yoshiask / FluentStore

A unifying frontend for Windows app stores and package managers
Mozilla Public License 2.0
345 stars 17 forks source link

Scoop support #40

Open couleurm opened 2 years ago

couleurm commented 2 years ago

Before you start...

Description

Support for the scoop package manager, it's portable and lets any user easily share their small portable apps

Alternative solutions

No response

Relevant Assets

https://github.com/ScoopInstaller/Scoop#install-scoop-to-a-custom-directory-by-changing-scoop

yoshiask commented 1 year ago

I would love to add Scoop support! A question for those interested: would you prefer Fluent Store to wrap the actual scoop commands, or manually fetch and run installers? The latter wouldn't require Scoop to already be installed, but may not behave the same as the real scoop.

couleurm commented 1 year ago

it'd be much easier to make a wrapper

you can refresh manifests with scoop update *

and in the /buckets//bucket/ folders you have a bunch of JSON files that contain rich metadata to display 👍