aboutsummaryrefslogtreecommitdiff
path: root/packages/zen-browser/README.md
blob: 4d4a324d91887c1bed0ea7732996cf6afab8374b (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:
```
xgensum -i zen-browser
# to build the updated package
./xbps-src pkg zen-browser
```
If `xgensum` is not found, install the `xtools` package.