feschber / lan-mouse

mouse & keyboard sharing via LAN
GNU General Public License v3.0
2.08k stars 55 forks source link

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

Open beyertom opened 5 months ago

beyertom commented 5 months ago

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 commented 5 months ago

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

beyertom commented 5 months ago

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.