-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Make toipe installable through various packages managers #13
Comments
I just opened a PR this morning to add |
I think you can build for many at once with https://build.opensuse.org/ which is using https://openbuildservice.org/
|
@loicreynier thanks a lot! :o Although, I would be interested in knowing how this would be maintained. What happens when I release a new version of toipe? Do I have to make a new PR update the version number and the hashes? Also, what would be required to enable support for the other platforms (aarch64 and darwin)? Sorry for asking so many questions :) |
I have used it before (as a user, not a developer) and I don't like the fact that I have to add a separate repo just for this tool. I personally wouldn't install a typing test app if it requires adding a new repo to my package manager. I looked at |
The official
I would also get the Fedora official one if I were you, just for the convenience of not having to add another repo. They will be pretty much identical anyway, and both from trusted secure sources. |
Ah I see. The ones on debian and fedora are maintained by someone else then?
Yeah, I'll try to get an official package for Fedora. Making RPMs can't be that hard :p Thanks for your suggestions! |
Exactly, when a new version is uploaded, a new PR updating the version number and hashes is required. Thanks to the |
Yes, I would prefer if you can add me too. Here are my details in
That would be great! Thank you :D |
I added you as a maintainer, I will let you know when the PR is accepted. You should receive a notification anyway. |
|
Yay! I'll open a PR to upgrade it to v0.4.0 |
Here it is: NixOS/nixpkgs#168263 |
I have created a PR to add |
What and why?
Currently,
toipe
has to be installed either by downloading the binary directly from the releases or usingcargo
. It would be nice to have it installable through built-in package managers.How?
Some package managers that I want to target (having no idea how to do so or how involved these processes are):
dnf
)The text was updated successfully, but these errors were encountered: