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

Feature Proposal: Packaging lan-mouse for Scoop (Windows Package Manager) #84

Open
beyertom opened this issue Jan 31, 2024 · 2 comments
Labels
windows Windows specific problem

Comments

@beyertom
Copy link

I created for myself a simple package in the Windows Packaging Manager Scoop:

{
    "version":  "v0.6.0",
    "license":  "GNU General Public License Version 3",
    "url":  "https://github.com/feschber/lan-mouse/releases/download/v0.6.0/lan-mouse-windows.zip",
    "hash": "61f50a3d0d04ef3df4c0f3efc7f0124838ffb515e2011914728c86af280e4655",
    "homepage":  "https://github.com/feschber/lan-mouse",
    "bin":  ["lan-mouse.exe"],
	"checkver": "github",
	"autoupdate": {
		"url": "https://github.com/feschber/lan-mouse/releases/download/$version/lan-mouse-windows.zip"
	}
}

I want to propose to add this to the official repository/bucket.

It's my first scoop package, it works for me and my usage, but it might not be "optimal".

Thanks!

@feschber
Copy link
Owner

Never heard of this but it seems like all I'd need to do is add this to the repository?

@beyertom
Copy link
Author

beyertom commented Feb 8, 2024

it's comparable to winget and chocolatey

my understanding is, that you need to create a pull request for some of the official buckets e.g.: https://github.com/ScoopInstaller/Extras

of course i fully understand if this is "out of scope" for this project. please feel free to close the ticket.

@feschber feschber added the windows Windows specific problem label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Windows specific problem
Projects
None yet
Development

No branches or pull requests

2 participants