-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support folder buckets which are not a git repo #4019
Comments
Thanks for replying :) That's my current setup, I opened this issue because I get errors on bucket updates. I'm hoping for a less hackish solution, that will also symlink the folder itself. This solution also doesn't work for remote buckets (with a URL) which are not git repos, although I admit this is not my current use case. |
Closed in #4670 |
for those who ended up here, the solution is not here, it's over here: |
Currently, scoop buckets are a git repo with a
bucket
folder.Git is used for auto-updating the package index.
Scoop also supports installing manifests directly -
scoop install .\path\to\local\app.json
, orscoop install http://example.com/path/to/remote/app.json
Scoop should support something like
scoop bucket add local .\path\to\local
orscoop bucket add example http://example.com/path/to/remote
, which should register the local/remote bucket, and when usingscoop install app
it should attempt to fetch the manifest from that local directory or url.The text was updated successfully, but these errors were encountered: