mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-01 00:14:23 +01:00
[ci skip] update README.md
This commit is contained in:
@@ -4,7 +4,7 @@ pkgname=json-c
|
||||
pkgver=0.12.1
|
||||
pkgrel=1
|
||||
pkgdesc="A JSON implementation in C"
|
||||
arch=('any')
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/json-c/json-c"
|
||||
license=('MIT')
|
||||
makedepends=('gcc' 'make' 'autoconf')
|
||||
|
||||
@@ -4,7 +4,7 @@ pkgname="libwebsockets"
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A lightweight pure C library for websockets (msys)"
|
||||
arch=('any')
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libwebsockets.org"
|
||||
license=('LGPL 2.1')
|
||||
makedepends=('gcc' 'cmake' 'zlib-devel' 'openssl-devel')
|
||||
|
||||
@@ -4,10 +4,10 @@ pkgname="ttyd"
|
||||
pkgver=1.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="A command-line tool for sharing terminal over the web"
|
||||
arch=('any')
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/tsl0922/ttyd"
|
||||
license=('MIT')
|
||||
makedepends=('gcc' 'cmake' 'json-c' 'libwebsockets')
|
||||
makedepends=('gcc' 'cmake' 'json-c' 'libwebsockets' 'vim')
|
||||
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/tsl0922/${pkgname}/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('6e85335c11df68e6401178269920a586bce7e66045bd0b225f6d2bc58356d105')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user