https://github.com/index-0/librewolf-void
librewolf package for void (xbps)
https://github.com/index-0/librewolf-void
void void-linux voidlinux
Last synced: 18 days ago
JSON representation
librewolf package for void (xbps)
- Host: GitHub
- URL: https://github.com/index-0/librewolf-void
- Owner: index-0
- Created: 2022-07-27T16:42:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-05-24T22:57:59.000Z (about 1 month ago)
- Last Synced: 2026-05-25T00:32:53.462Z (about 1 month ago)
- Topics: void, void-linux, voidlinux
- Language: C
- Homepage:
- Size: 213 KB
- Stars: 121
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
librewolf-void
==============
Void does not accept browser forks in void-packages, so this repository
provides prebuilt packages for librewolf.
Installing
----------
There are two options: use the repository for automatic updates, or install
the package manually with each release.
* Option 1. Repository
Create the file `/etc/xbps.d/20-librewolf.conf` with the following content:
repository=https://github.com/index-0/librewolf-void/releases/latest/download/
Lastly, install with:
# xbps-install -Su librewolf
* Option 2. Manual installation
Download a release (*.xbps) into an empty folder, then run:
$ cd
$ xbps-rindex -a librewolf-_..xbps
# xbps-install -R $PWD librewolf
Building
--------
Clone `void-packages` and bootstrap:
$ git clone https://github.com/void-linux/void-packages
$ cd void-packages
$ ./xbps-src binary-bootstrap
Clone this repository and copy the `librewolf-void/srcpkgs/librewolf` folder
into `void-packages/srcpkgs`, then run:
$ ./xbps-src pkg librewolf
Lastly, install with:
# xbps-install -R hostdir/binpkgs librewolf
Note:
If your `void-packages` or bootstrap is stale, update first:
$ cd void-packages
$ git pull origin master
$ ./xbps-src bootstrap-update
Integrity
---------
The build process is fully transparent and package integrity can be verified
using the checksums displayed in the GitHub Actions build logs.
Verify a downloaded package against the log:
$ sha256sum librewolf-_..xbps
This manual check is necessary for integrity as GitHub Releases are mutable.