using local directory as bucket? #5867
-
1. i was thinking if a local bucket could be used as a bucket too?as otherwise, $ scoop update neovim-dev
neovim-dev: 0.10.0-dev-2801 (latest version)
Latest versions for all apps are installed! For more information try 'scoop status'
$ scoop info !$
scoop info neovim-dev
Could not find manifest for 'neovim-dev' in local buckets.
$ scoop search !$
scoop search neovim-dev
WARN No matches found. while in reality, $ scoop list !$
scoop list neovim-dev
Installed apps matching 'neovim-dev':
Name Version Source Updated Info
---- ------- ------ ------- ----
neovim-dev 0.10.0-dev-2801 D:\5_setups\manifests\neovim-dev.json 2024-04-05 13:18:07
$ scoop info $manif/neovim-dev
Name : neovim-dev
Description : Vim-fork focused on extensibility and usability
Version : 0.10.0-dev-2801
...
|
Beta Was this translation helpful? Give feedback.
Answered by
niheaven
Apr 6, 2024
Replies: 1 comment 3 replies
-
You should place the local bucket directory inside the Scoop's |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
goyalyashpal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should place the local bucket directory inside the Scoop's
buckets
directory, and your manifests should be stored under that directory or in a subdirectory namedbucket
. Refer to https://github.com/ScoopInstaller/BucketTemplate for the bucket structure.