summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/mosh/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/package/mosh/Makefile b/package/mosh/Makefile
index dc18e02bd..c156cb863 100644
--- a/package/mosh/Makefile
+++ b/package/mosh/Makefile
@@ -4,26 +4,30 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= mosh
-PKG_VERSION:= 1.3.2
+PKG_VERSION:= 1.4.0
PKG_RELEASE:= 1
-PKG_HASH:= da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216
+PKG_HASH:= ae581fbddf038730af9eee4d319a483288395a0722d0c94c7efb7fdbdbb0dbac
PKG_DESCR:= mobile shell
PKG_SECTION:= net/security
-PKG_DEPENDS:= zlib ncurses libressl perl
+PKG_DEPENDS:= zlib libncurses libressl perl protobuf
PKG_BUILDDEP:= protobuf-host protobuf zlib ncurses libressl
PKG_NEEDS:= c++
PKG_URL:= https://mosh.org/
-PKG_SITES:= https://mosh.org/
+PKG_SITES:= https://github.com/mobile-shell/mosh/archive/refs/tags/
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
+WRKDIST= ${WRKDIR}/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
+
include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,MOSH,mosh,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
+AUTOTOOL_STYLE:= autogen
+
mosh-install:
$(INSTALL_DIR) $(IDIR_MOSH)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/mosh \
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/mosh* \
$(IDIR_MOSH)/usr/bin
include $(ADK_TOPDIR)/mk/pkg-bottom.mk