[GH-ISSUE #84] Feature Proposal: Packaging lan-mouse for Scoop (Windows Package Manager) #30

Open
opened 2026-05-05 22:05:18 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @beyertom on GitHub (Jan 31, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/84

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!

Originally created by @beyertom on GitHub (Jan 31, 2024). Original GitHub issue: https://github.com/feschber/lan-mouse/issues/84 I created for myself a simple package in the Windows Packaging Manager [Scoop](https://scoop.sh/): ```json { "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!
gitea-mirror added the
windows
label 2026-05-05 22:05:18 -06:00
Author
Owner

@feschber commented on GitHub (Jan 31, 2024):

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

<!-- gh-comment-id:1918953940 --> @feschber commented on GitHub (Jan 31, 2024): Never heard of this but it seems like all I'd need to do is add this to the repository?
Author
Owner

@beyertom commented on GitHub (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.

<!-- gh-comment-id:1933604199 --> @beyertom commented on GitHub (Feb 8, 2024): it's comparable to [winget](https://learn.microsoft.com/de-de/windows/package-manager/winget/) and [chocolatey](https://chocolatey.org/) my understanding is, that you need to create a pull request for some of the official [buckets](https://scoop.sh/#/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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#30
No description provided.