Closed orhun closed 3 months ago
As I'm pretty new to packaging, can you maybe quickly explain what this means (or point me to a place where I can read it up)? Is this something I could (should?) have done myself?
Also, I was instructed to package both rucola
and rucola-bin
, should I not mention both in the install instructions?
Arch Linux has 2 separate repositories:
rucola
was packaged there as rucola-notes
before. You need to use AUR helper to build & install these packages. (Note that the previous instructions were wrong, you cannot use pacman
to install from the AUR.)pacman
to install them. rucola
is now moved there and maintained by me :)You don't need to mention the other packages in the README, this will be sufficient for all the Arch users.
I hope this makes everything clear. Let me know if you have any other questions! 🐻
You need to use AUR helper to build & install these packages. (Note that the previous instructions were wrong, you cannot use
pacman
to install from the AUR.)
Yeah, I realized that when reading up on the different repositories right now. I'm using yay
myself so I didn't even notice before...
Binary packages are signed & uploaded there and you can use
pacman
to install them.rucola
is now moved there and maintained by me :)
So rucola
on the official repo replaces rucola-notes
on the AUR (with the same .PKGBUILD
).
I see you have already submitted a deletion request.
So shortly, rucola-notes
will cease to exist, you will maintain rucola
on the official repository and I'll continue to maintain rucola-notes-bin
(with the prebuilt binaries) on the AUR.
You don't need to mention the other packages in the README, this will be sufficient for all the Arch users.
I will also update the installation instructions in the Wiki accordingly.
I think that clears it up for me, thanks a lot for your work & explanations!
rucola
is now officially available for Arch Linux: https://archlinux.org/packages/extra/x86_64/rucola/ 🥳