From 6dd27abbb2c108306d884290360de7a8f6b9a7a5 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Wed, 11 Oct 2017 01:53:12 -0400 Subject: [PATCH] New package: ttyd-1.3.3 --- srcpkgs/ttyd/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/ttyd/template diff --git a/srcpkgs/ttyd/template b/srcpkgs/ttyd/template new file mode 100644 index 00000000000..f78a6b53b92 --- /dev/null +++ b/srcpkgs/ttyd/template @@ -0,0 +1,17 @@ +# Template file for 'ttyd' +pkgname=ttyd +version=1.3.3 +revision=1 +build_style=cmake +hostmakedepends="pkg-config xxd" +makedepends="libwebsockets-devel json-c-devel libressl-devel zlib-devel" +short_desc="Share your terminal over the web" +maintainer="Toyam Cox " +license="MIT" +homepage="https://tsl0922.github.io/ttyd/" +distfiles="https://github.com/tsl0922/ttyd/archive/${version}.tar.gz" +checksum=6eed82895da1359538471cbcc82576c4a21a4c6854e1f125fc55215f7c51da52 + +post_install() { + vlicense LICENSE +}