forked from librewolf/gentoo
No description
- Shell 95.3%
- Python 2.5%
- JavaScript 2.2%
| .woodpecker | ci: add pkgcheck action | |
| eclass | remove --with-app-basename flag from builds, due to revealing LibreWolf in user agent string | |
| metadata | layout.conf: sync with ::gentoo | |
| profiles | profiles: Try syncing with firefox entries in 'profile' | |
| scripts | get_langs.sh use /bin/bash instead of /bin/sh for compatibility issues | |
| www-client | added librewolf-bin-152.0.4_p1.ebuild | |
| .gitignore | Ignore md5-cache | |
| README.md | docs: change eselect | |
| repository.xml | Update upstream URL in README and repository.xml | |
LibreWolf Gentoo
LibreWolf package for Gentoo GNU/Linux.
Usage
Manual way
Create the /etc/portage/repos.conf/librewolf.conf file as follows:
[librewolf]
priority = 50
location = /var/db/repos/librewolf
sync-type = git
sync-uri = https://codeberg.org/librewolf/gentoo.git
auto-sync = Yes
Then run emerge --sync librewolf, Portage should now find and update the repository.
Eselect way
On terminal:
# require sudo or doas
eselect repository add librewolf git https://codeberg.org/librewolf/gentoo.git
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.
Tips
Personally I use diff -aur <librewolf ebuild> <firefox ebuild> when making version bumps.