1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85
10 PKG_DESCR
:= mobile
shell
11 PKG_SECTION
:= net
/security
12 PKG_DEPENDS
:= zlib ncurses libressl
13 PKG_BUILDDEP
:= protobuf-host protobuf zlib ncurses libressl
15 PKG_URL
:= https
://mosh.org
/
16 PKG_SITES
:= https
://mosh.org
/
18 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
20 include $(ADK_TOPDIR
)/mk
/package.mk
22 $(eval
$(call PKG_template
,MOSH
,mosh
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
25 $(INSTALL_DIR
) $(IDIR_MOSH
)/usr
/bin
26 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/mosh \
29 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk