aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ttyd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ttyd/APKBUILD')
-rw-r--r--testing/ttyd/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/ttyd/APKBUILD b/testing/ttyd/APKBUILD
index 0c2220daa7e..42b2d4e0899 100644
--- a/testing/ttyd/APKBUILD
+++ b/testing/ttyd/APKBUILD
@@ -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"