chore: added note about aur package to readme#58
chore: added note about aur package to readme#58mroetsc wants to merge 1 commit intomattrighetti:masterfrom
Conversation
|
Thanks for the PR @mroetsc! Do we need anything else to keep that up-to-date? |
|
Not really, the package needs to be bumped when you create a release here. That process includes:
If you want and you already have an aur account, I can add you as Co-Maintainer |
Yeah that's what I thought, do you know if that can be done directly in a GitHub action? I can add a job in the current release CI job if needed. The current release process creates a bunch of binaries for different archs and the corresponding SHA |
|
I guess it could be done utilising this action: The arch wiki states:
Overall, I would suggest not including this in the pipeline. Manual bumping just offers more control and I do not think that it is that critical if the AUR package is outdated for a few days, at most. The aur also offers ways for end users to notify package maintainers about the package being outdated, which would result in notification via email for example. |
Hey there, enjoying the project. I've added a package to the AUR:
https://aur.archlinux.org/packages/envelope-bin
which makes it easier to Arch users to install this. It packages the
x86_64-unknown-linux-musl.tar.gzbinary.This PR just adds the relevant install instructions to the readme. Please let me know if you want anything changed.
PS: this also closes #28