aboutsummaryrefslogtreecommitdiff
path: root/packages/zen-browser/README.md
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-05 14:15:38 +0200
committerWilliam Hergès <william@herges.fr>2025-10-05 14:15:38 +0200
commite0bd3f35b7a941c0d69bbfdcbb03a4376a4bab62 (patch)
treeeb949997bc9696862b4f272bc1339630a79cfd41 /packages/zen-browser/README.md
parente470f27ae354e2e908b627785eae5827a16d69fc (diff)
feat(packages): zen browser xbps template
Diffstat (limited to 'packages/zen-browser/README.md')
-rw-r--r--packages/zen-browser/README.md57
1 files changed, 57 insertions, 0 deletions
diff --git a/packages/zen-browser/README.md b/packages/zen-browser/README.md
new file mode 100644
index 0000000..403d689
--- /dev/null
+++ b/packages/zen-browser/README.md
@@ -0,0 +1,57 @@
+# Zen Browser XBPS Package
+
+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.
+
+- Architecture: x86_64 only
+- Build style: precompiled binaries
+
+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.