]> prime8.dev >> repos - ttyd.git/commitdiff
[ci skip] update README.md
authorShuanglei Tao <tsl0922@gmail.com>
Sun, 25 Dec 2016 16:58:13 +0000 (00:58 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sun, 25 Dec 2016 17:34:34 +0000 (01:34 +0800)
README.md
msys2/json-c/PKGBUILD
msys2/libwebsockets/PKGBUILD
msys2/ttyd/PKGBUILD

index 7a657204625d442030acfc02fb63fa6864119ab6..3f673b92a5ba12dc2e4a0b7077e58a4b8095ec2e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ make && make install
 
 ## Install on Windows
 
-ttyd can be built with [MSYS2][10] on windows, [follow the instructions here](msys2).
+ttyd can be built with [MSYS2][10] on windows, The build instructions is [here][13].
 
 > **NOTE:** Native windows console programs may not work correctly due to [pty incompatibility issues][11].
  As a workaround, you can use [winpty][12] as a wrapper to invoke the windows program, eg: `ttyd winpty cmd`.
@@ -50,7 +50,7 @@ ttyd can be built with [MSYS2][10] on windows, [follow the instructions here](ms
 opkg install ttyd
 ```
 
-> **NOTE:** This may only works for [LEDE][6] snapshots currently, if the install command fails, [compile it yourself](openwrt).
+> **NOTE:** This may only works for [LEDE][6] snapshots currently, if the install command fails, [compile it yourself][14].
 
 # Usage
 
@@ -157,3 +157,5 @@ Docker containers are jailed environments which are more secure, this is useful
   [10]: http://msys2.github.io
   [11]: https://github.com/mintty/mintty/blob/master/wiki/Tips.md#inputoutput-interaction-with-alien-programs
   [12]: https://github.com/rprichard/winpty
+  [13]: https://github.com/tsl0922/ttyd/tree/master/msys2
+  [14]: https://github.com/tsl0922/ttyd/tree/master/openwrt
index 13b847fdd4d8e0a344b6e5039b2ba860386d493d..ef30b1e7f45c37b620d94a6aa99db002148f5d5c 100644 (file)
@@ -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')
index c3d5f99984c454c87eaed08ace42b88eb43c9dc6..793d2a7e2f61f916064d56243fe713c509c52242 100644 (file)
@@ -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')
index 02568dae63224294d5fb31d8ce008d847797d5b6..60dd2bd4c83f2831b764af029169554bbea66fae 100644 (file)
@@ -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')