-
Notifications
You must be signed in to change notification settings - Fork 10
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] Package Distribution #5
Comments
I have made a scoop manifest for personal use {
"homepage": "https://github.com/rami3l/pacaptr",
"license": "GPL-3.0-only",
"version": "0.11.5",
"architecture": {
"64bit": {
"url": "https://github.com/rami3l/pacaptr/releases/download/v0.11.5/pacaptr-windows-amd64.tar.gz",
"hash": "f50d670d1b38f1cc695829f10dfa45e49e5da035b43d7a5ddc3736c1726d6b1a"
}
},
"bin": "pacaptr.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rami3l/pacaptr/releases/download/v$version/pacaptr-windows-amd64.tar.gz"
}
},
"hash": {
"64bit": {
"url": "$url.sha256"
}
}
}
} The only thing that probably should be done is an automatic alias to pacman. Have not figured out how to do this yet. |
@meltinglava It shouldn't be too difficult for me to automatically generate such a manifest each time (we already have that for I'll add this to my todo list nonetheless XD |
Things to be done to launch
|
|
I've started some progress on distributing |
@ptanmay143 Many thanks! BTW would you mind bumping the version to v0.17.0? :) |
I have deliberately used the second latest version to see if it will auto update the manifest with the now latest version. Hope it's alright. |
@meltinglava Many thanks! 💯 |
From #621 on, |
@ptanmay143 Oops, in v0.19.2 the structure of the release has been changed due to the use of GoReleaser (especially, checksums are now in Update: a PR has been made in ScoopInstaller/Extras#12350. |
Yes, I know now this is a rather small and immature project, but I really want it to be available on more package managers!
... and maybe some more linux repos?
The text was updated successfully, but these errors were encountered: