aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-27 21:14:56 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-27 21:14:56 +0200
commitf472ea579eda9bdb968fd131316f684c6258f57a (patch)
tree734e879f58d3eb5bf0292883b1a14018a2429bb4
parent84a3c95bf0ca9d9fba1bd24636e6dac80d0d6048 (diff)
downloadzuwu-f472ea579eda9bdb968fd131316f684c6258f57a.tar.gz
zuwu-f472ea579eda9bdb968fd131316f684c6258f57a.tar.bz2
zuwu-f472ea579eda9bdb968fd131316f684c6258f57a.tar.lz
zuwu-f472ea579eda9bdb968fd131316f684c6258f57a.zip

feat: optional dependencies

-rw-r--r--packaging/arch/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 0224653..b46a864 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="zuwu"
pkgname="zsh-$_pkgname"
pkgver=0.4.1
-pkgrel=0
+pkgrel=1
pkgdesc="Opinionated ZSH \"Microframework\" to give a baseline usable experience"
url="https://git.estrogen.zone/zuwu.git/"
arch=(any)
@@ -10,6 +10,8 @@ license=(MIT)
provides=()
conflicts=()
depends=(zsh)
+optdepends=('zsh-syntax-highlighting: Syntax Highlighting, if no fast syntax highlighting is installed'
+ 'zsh-autosuggestions: Fish-like Autosuggestions')
makedepends=(lzip uutils-coreutils)
source=("$_pkgname-$pkgver.tar.lz::https://git.estrogen.zone/zuwu.git/snapshot/$_pkgname-$pkgver.tar.lz")
sha512sums=("34ac4cab4b81a9446481ca793f8cfc4a071c8e24cbdc18bea2d895e5eb3eeaa2c26bf2e49d351616253c0b07ff17a8651ff3a2ad8d6dc226edaf04393d9c9b94")