Librewolf packaging for Gentoo.
Create the /etc/portage/repos.conf/librewolf.conf
file as follows:
[librewolf]
priority = 50
location = <repo-location>/librewolf
sync-type = git
sync-uri = https://codeberg.org/librewolf/gentoo.git
auto-sync = Yes
Change repo-location
to a path of your choosing and then run emerge --sync librewolf
, Portage should now find and update the repository.
On terminal:
sudo eselect repository add librewolf git https://codeberg.org/librewolf/gentoo.git
On terminal:
sudo layman -o https://codeberg.org/librewolf/gentoo/raw/branch/master/repository.xml -f -a librewolf
And then run emerge --sync librewolf
, Portage should now find and update the repository.
Before submitting an issue please verify that the issue doesn't occur on Gentoo's www-client/firefox
package.
To make things easy to update the www-client/librewolf
and www-client/librewolf-bin
ebuilds are based on the www-client/firefox(-bin)
ebuilds from Gentoo's default repository.
Personally I use diff -aur <librewolf ebuild> <firefox ebuild>
when making version bumps.