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

add scoop support #49

Merged
merged 1 commit into from
Dec 31, 2020
Merged

add scoop support #49

merged 1 commit into from
Dec 31, 2020

Conversation

Deliganli
Copy link
Contributor

scoop allows windows users to install programs from console, apt-like usage.

I use scoop to install my programs, windows terminal is included. Maybe this configuration can be tweaked better, tried to kickstart.

Also it would be a good idea to apply for main or extras bucket of scoop to appear on searches

Currently how to install with scoop is like below;
scoop install https://github.com/Deliganli/windows-terminal-quake/blob/master/scoop/windows-terminal-quake.json

If merged;
scoop install https://github.com/flyingpie/windows-terminal-quake/blob/master/scoop/windows-terminal-quake.json

If accepted into main or extras bucket;
scoop install windows-terminal-quake

@flyingpie flyingpie merged commit 08029e4 into flyingpie:master Dec 31, 2020
@flyingpie
Copy link
Owner

@Deliganli Comes along with the next release, thank you!

@flyingpie flyingpie added this to the v1.0 milestone Jan 1, 2021
@Deliganli
Copy link
Contributor Author

my pleasure, no need to release though, json file existing in master is enough, however on each release version number needs to be updated on that manifest file, along with the hash.

also to let you know, I suggested this program to be added to the scoop-extras bucket but it was rejected, link below
ScoopInstaller/Extras#5400

I will open a PR for updating readme regarding the new installation method

@flyingpie
Copy link
Owner

@Deliganli Thank you. Can you provide a quick command or link to how to generate the hash?

@Deliganli
Copy link
Contributor Author

Deliganli commented Jan 1, 2021

On windows:
certUtil -hashfile windows-terminal-quake-v0.11-2020-11-02_0001.zip SHA256

Linux:
sha256sum windows-terminal-quake-v0.11-2020-11-02_0001.zip

@rmobis
Copy link

rmobis commented Feb 17, 2021

For some reason I had to use the link to the raw file for scoop to work.

$ scoop install https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/master/scoop/windows-terminal-quake.json

Also, we should probably add this to the README?

@Deliganli
Copy link
Contributor Author

I believe raw url has been added couple weeks ago in master branch

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

Successfully merging this pull request may close these issues.

None yet

3 participants