Void Linux workstation powered by niri, Fish and NeoVim. Contains scripts, browser extensions, custom XBPS packages, and typst plugins. git.anhgelus.world/anhgelus/dotfiles
void niri fish neovim nvim vim dotfiles linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(packages): apply xlint

update optional variables and remove useless ones

+3 -11
+3 -11
packages/zen-browser/template
··· 2 2 pkgname=zen-browser 3 3 version=1.18.5b 4 4 revision=1 5 - only_for_archs="x86_64" 6 - meta=yes 5 + archs="x86_64" 7 6 hostmakedepends="tar xz" 8 7 short_desc="Minimalistic web browser" 9 8 maintainer="Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>" ··· 11 10 homepage="https://www.zen-browser.app/" 12 11 distfiles="https://github.com/zen-browser/desktop/releases/download/${version/a/-a}/zen.linux-x86_64.tar.xz" 13 12 checksum=7f8ed156cc7f69b7a4a4de7b50291f3dceb0966d30a8dbd941f7340643bad404 13 + 14 + depends="libX11 libXcomposite libXdamage libXext libXfixes libXt libXtst libxkbcommon libxkbcommon-x11 libpng glib gtk+3" 14 15 15 16 do_install() { 16 17 # Install the files ··· 28 29 vmkdir usr/bin/ 29 30 ln -sfr $DESTDIR/${package_location}/zen $DESTDIR/usr/bin/zen 30 31 } 31 - 32 - # Add the necessary dependencies if there are any 33 - depends="libX11 libXcomposite libXdamage libXext libXfixes libXt libXtst \ 34 - libxkbcommon libxkbcommon-x11 libpng glib gtk+3" 35 - 36 - # Specify any optional dependencies 37 - # makedepends="" # Uncomment and set if necessary 38 - 39 - # This template assumes precompiled binaries, so you don't need to build from source.