Looking better docs on scoop create
so I can add new programs
#4485
-
So far really liking Scoop. Only "complaint" I have is that it keeps getting compared to I have another related question. Once I figure out how to write good manifests, what would be the best way to share them so that others don't have to write the same ones all over? I've used GitHub before, but it was always with my own repos, so I'm not really sure how you collab with another project. I don't need anyone to just explain it to me, but I do need to know what would be the best search terms to use to find the answers I'm seeking. Appreciate any help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @didymus, have you checked out the Scoop docs (a mirror of the repo's wiki) - https://scoop-docs.now.sh/docs/concepts/App-Manifest-Autoupdate.html ? There's one Main bucket for Scoop, to which you can send a PR to add your manifest to. The Main bucket has some Criteria though, which needs to be satisfied. If the criteria isn't satisfied, you can contribute your manifest to the Extras bucket instead. |
Beta Was this translation helpful? Give feedback.
-
You can use this to search apps you want: https://scoopsearch.github.io |
Beta Was this translation helpful? Give feedback.
Hey @didymus, have you checked out the Scoop docs (a mirror of the repo's wiki) - https://scoop-docs.now.sh/docs/concepts/App-Manifest-Autoupdate.html ?
The docs/wiki are extremely detailed, and explain the manifest concepts very nicely (be sure to read everything linked in the sidebar).
There's one Main bucket for Scoop, to which you can send a PR to add your manifest to. The Main bucket has some Criteria though, which needs to be satisfied. If the criteria isn't satisfied, you can contribute your manifest to the Extras bucket instead.