File tree Expand file tree Collapse file tree 2 files changed +41
-93
lines changed Expand file tree Collapse file tree 2 files changed +41
-93
lines changed Original file line number Diff line number Diff line change 1+ librewolf-void
2+ ==============
3+ Void does not accept browser forks in void-packages, so this repository provides
4+ prebuilt packages for librewolf.
5+
6+ Installing
7+ ----------
8+ You have two options: add the repository for automatic updates, or install
9+ the package manually each release.
10+
11+ * Repository
12+ Add the repository by pasting the following into `/etc/xbps.d/20-librewolf.conf`:
13+ repository=https://github.com/index-0/librewolf-void/releases/latest/download/
14+
15+ Then run:
16+ # xbps-install -Su librewolf
17+
18+ * Manual
19+ Download a release into an empty folder, then run:
20+ $ cd <folder>
21+ $ xbps-rindex -a librewolf-<version>_<revision>.<arch>.xbps
22+ # xbps-install -R $PWD librewolf
23+
24+ Building
25+ --------
26+ Clone `void-packages` and bootstrap:
27+ $ git clone https://github.com/void-linux/void-packages
28+ $ cd void-packages
29+ $ ./xbps-src binary-bootstrap
30+
31+ Clone this repo and copy `srcpkgs/librewolf` into `void-packages/srcpkgs`, then:
32+ $ ./xbps-src pkg librewolf
33+
34+ The package will be created in `hostdir/binpkgs`. Install with:
35+ # xbps-install -R hostdir/binpkgs librewolf
36+
37+ Note:
38+ If your void-packages or bootstrap is stale, update first:
39+ $ cd void-packages
40+ $ git pull origin master
41+ $ ./xbps-src bootstrap-update
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments