mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/zk: add run-time dependency on fzf
Used by many zk commands, e.g. `zk edit --interactive`.
This commit is contained in:
parent
3f31dac381
commit
580a97d8c0
@ -2,11 +2,12 @@
|
||||
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
pkgname=zk
|
||||
pkgver=0.14.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Plain text note-taking application with CLI interface"
|
||||
url="https://github.com/zk-org/zk"
|
||||
arch="all"
|
||||
license="GPL-3.0-only"
|
||||
depends="fzf"
|
||||
makedepends="go"
|
||||
subpackages="$pkgname-doc"
|
||||
options="chmod-clean net"
|
||||
|
Loading…
Reference in New Issue
Block a user