You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
385 B
13 lines
385 B
################################################################################
|
|
#
|
|
# ttyd
|
|
#
|
|
################################################################################
|
|
|
|
TTYD_VERSION = 1.6.3
|
|
TTYD_SITE = $(call github,tsl0922,ttyd,$(TTYD_VERSION))
|
|
TTYD_LICENSE = MIT
|
|
TTYD_LICENSE_FILES = LICENSE
|
|
TTYD_DEPENDENCIES = json-c libuv libwebsockets openssl zlib
|
|
|
|
$(eval $(cmake-package))
|
|
|