mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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>
|
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user