From 00c154a7a8a5b080b59164561eb8abac19eed1cb Mon Sep 17 00:00:00 2001 From: Yves Martin Date: Sat, 23 Oct 2021 16:45:15 +0200 Subject: [PATCH] Add Perl dependency for advanced customization and scripting --- spk/mosh/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spk/mosh/Makefile b/spk/mosh/Makefile index 9cd97ee7c422..0062d2fcb54a 100644 --- a/spk/mosh/Makefile +++ b/spk/mosh/Makefile @@ -5,6 +5,8 @@ SPK_ICON = src/mosh.png DEPENDS = cross/$(SPK_NAME) +SPK_DEPENDS = "Perl>=5.14" + MAINTAINER = SynoCommunity DESCRIPTION = mosh, the mobile shell is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. Mosh is a replacement for interactive SSH terminals. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.