mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/ttyd: add missing dependency on vim (provides xxd)
This commit is contained in:
parent
2e85869bb7
commit
9dea6a874d
@ -7,7 +7,9 @@ pkgdesc="Share your terminal over the web"
|
||||
url="https://tsl0922.github.io/ttyd"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="cmake json-c-dev bsd-compat-headers libressl-dev libwebsockets-dev zlib-dev"
|
||||
# Note: vim is needed for tool xxd.
|
||||
makedepends="cmake json-c-dev bsd-compat-headers libressl-dev libwebsockets-dev
|
||||
vim zlib-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/tsl0922/$pkgname/archive/$pkgver.tar.gz
|
||||
fix-cmake.patch"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user