-
Notifications
You must be signed in to change notification settings - Fork 66
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
Distributing Qri on AUR #1094
Comments
Hey there! Excited to help a bit with this one. First, you'll need to get an AUR account before doing anything so you're the maintainer and owner of the packages. In the AUR, is common to find two versions of each Go package. For Yay, you can find The Arch Wiki has a pretty extensive wiki on how to create a valid package. There's also information about Go packages and VCS. That said, I feel the leanest way to get In the other hand, if you want to have a
That's basically what is doing the The last part is uploading the |
Just found an example of publishing to AUR from the CI. Keybase is publishing their |
Quick update on this. I'm literally stuck waiting on an email from the AUR signup right now. The keybase example is amazing (I ❤️ their codebase very much). Another possible route would be switching to Whatever solution we choose, I'll keep updating here with progress on the AUR side |
@davidgasquez, very thorough, thanks. @b5, after you get AUR account, it is basically just a build chore. Only bit to add:
Sometimes, there are three. True in the case of yay as well.
|
I've talked to 4 people in the past two weeks using Arch. Arch Linux users use AUR as a backing registry for
pacman
. It would be great if we can get the Qri CLI registeredcc @davidgasquez, who pointed me in the right direction!
In the meantime, let's get a copy of the latest binary complied for a few different linux architectures up & attached to our GitHub releases page.
The text was updated successfully, but these errors were encountered: