Skip to content
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

[Request] Add to Scoop #270

Closed
EphemeralDev opened this issue Nov 7, 2024 · 7 comments
Closed

[Request] Add to Scoop #270

EphemeralDev opened this issue Nov 7, 2024 · 7 comments

Comments

@EphemeralDev
Copy link

It would be nice to be able to install/update via Scoop on windows.

Scoop has the following requirements for its main bucket (cli apps).

  • a reasonably well-known and widely used developer tool (e.g. if it's a GitHub project, it should have at least 500 stars and 150 forks)
  • the latest stable version of the program
  • the full version i.e. not a trial version
  • a fairly standard install (e.g. uses a version-specific download URL, no elaborate pre/post install scripts)
  • a non-GUI tool

As an example, here are the scoop manifests for rust-analyzer and marksman

@EphemeralDev
Copy link
Author

I made a PR by using rust analyzer as a template, but looks like i need to fix the regex still. ScoopInstaller/Main#6314

@elijah-potter
Copy link
Collaborator

Thank you so much for doing that. Let me know if there's anything I can do to help.

@EphemeralDev
Copy link
Author

I think everything is good to go now, just need a maintainer to take a look at it. One question for you though, if you look at the manifest there is a field for the project homepage. Would you prefer the website or github be set there? I have it set to github currently.

@elijah-potter
Copy link
Collaborator

I think the information on GitHub is probably more relevant to the consumers of Scoop.

Once your PR gets accepted, go ahead and close this issue. Thank you so much for doing this!

@EphemeralDev
Copy link
Author

Merged. Installed and working in helix editor with a small edit of the languages config.

Thank you so much for doing this!

No problem. Thanks for the opportunity to make my first contribution to a project.

@elijah-potter
Copy link
Collaborator

Of course! On that note, there is a minimal page on how to set Harper up with Helix. Is there anything missing from there?

@EphemeralDev
Copy link
Author

Nope that's pretty much all I used for harper specifically. I also added it to my language server list for markdown so i could use it alongside marksman.

[[language]]
name = "markdown"
language-servers = ["marksman", "harper-ls"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants