blob: eb2202f6051389ae67592069418c59650b236a8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Zen Browser XBPS Package
This folder contains files for packaging Zen Browser for Void Linux using the XBPS package manager.
## Template File
The `template` file is an XBPS template for Zen Browser.
- Architecture: x86_64 only
- Build style: precompiled binaries
The template file handles the installation of precompiled binaries and sets up the necessary dependencies.
## Installing
You have to build the package with `xbps-src`:
```bash
./xbps-src pkg zen-browser
```
You can check updates with:
```bash
./xbps-src -v update-check zen-browser
```
You can update the package with:
```bash
xgensum -i zen-browser
# to build the updated package
./xbps-src pkg zen-browser
```
If `xgensum` is not found, install the `xtools` package.
|