aboutsummaryrefslogtreecommitdiff
path: root/packages/zen-browser/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/zen-browser/README.md')
-rw-r--r--packages/zen-browser/README.md63
1 files changed, 19 insertions, 44 deletions
diff --git a/packages/zen-browser/README.md b/packages/zen-browser/README.md
index 403d689..4d4a324 100644
--- a/packages/zen-browser/README.md
+++ b/packages/zen-browser/README.md
@@ -2,11 +2,6 @@
This folder contains files for packaging Zen Browser for Void Linux using the XBPS package manager.
-## Files
-
-1. `template`: XBPS template file for Zen Browser
-2. `files/update-template.sh`: Script to update the Zen Browser XBPS template
-
## Template File
The `template` file is an XBPS template for Zen Browser.
@@ -16,42 +11,22 @@ The `template` file is an XBPS template for Zen Browser.
The template file handles the installation of precompiled binaries and sets up the necessary dependencies.
-## Update Script
-
-The `update-template.sh` script automates the process of updating the Zen Browser XBPS template. It performs the following tasks:
-
-1. Fetches the latest release version from the Zen Browser GitHub repository
-2. Updates the version in the template file
-3. Updates the checksums
-4. Installs the updated Zen Browser package
-
-### Prerequisites
-
-To use the update script, you need:
-
-- vpsm
-- xbps-src
-- curl
-- sed
-- sh
-
-### Usage
-
-To update the Zen Browser package:
-
-1. Ensure you have met all prerequisites
-2. Run the update script:
- ```sh
- chmod +x files/update-template.sh
- ./files/update-template.sh
- ```
-
-## Contributing
-
-If you want to contribute to this package, please make sure to test your changes thoroughly before submitting a pull request.
-
-This is a fork of https://github.com/salastro/zen-browser.
-
-## Issues
-
-If you encounter any issues with the package or the update script, please open an issue in this repository.
+## 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.