Skip to content

gentoo-mirror/librewolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Librewolf Gentoo

Librewolf packaging for Gentoo.

Usage

Manual way

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.

Eselect way

On terminal:

sudo eselect repository add librewolf git https://codeberg.org/librewolf/gentoo.git

Layman way

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.

Contributing

Before submitting an issue please verify that the issue doesn't occur on Gentoo's www-client/firefox package.

Packaging Workflow

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.