2022-11-25 16:06:29 +03:00
|
|
|
distributable:
|
|
|
|
url: https://github.com/tsl0922/ttyd/archive/{{version}}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
libuv.org: 1
|
|
|
|
github.com/json-c/json-c: ^0.16
|
|
|
|
libwebsockets.org: 4
|
2022-11-25 16:57:21 +03:00
|
|
|
zlib.net: 1
|
2022-11-25 16:06:29 +03:00
|
|
|
|
|
|
|
versions:
|
|
|
|
github: tsl0922/ttyd
|
|
|
|
|
|
|
|
build:
|
|
|
|
dependencies:
|
|
|
|
cmake.org: 3
|
|
|
|
working-directory: build
|
|
|
|
script: |
|
|
|
|
cmake .. -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
|
|
|
make --jobs {{hw.concurrency}}
|
|
|
|
make install
|
|
|
|
|
|
|
|
#TODO test functionality
|
|
|
|
test:
|
2022-12-05 22:10:34 +03:00
|
|
|
ttyd --help
|
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/ttyd
|