community/zk: add run-time dependency on fzf

Used by many zk commands, e.g. `zk edit --interactive`.
This commit is contained in:
Sören Tempel 2024-08-19 01:41:39 +02:00
parent 3f31dac381
commit 580a97d8c0

View File

@ -2,11 +2,12 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=zk pkgname=zk
pkgver=0.14.1 pkgver=0.14.1
pkgrel=2 pkgrel=3
pkgdesc="Plain text note-taking application with CLI interface" pkgdesc="Plain text note-taking application with CLI interface"
url="https://github.com/zk-org/zk" url="https://github.com/zk-org/zk"
arch="all" arch="all"
license="GPL-3.0-only" license="GPL-3.0-only"
depends="fzf"
makedepends="go" makedepends="go"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
options="chmod-clean net" options="chmod-clean net"