void-packages/srcpkgs/ttyd/template
2017-10-11 02:01:20 -04:00

18 lines
519 B
Bash

# 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 <Vaelatern@gmail.com>"
license="MIT"
homepage="https://tsl0922.github.io/ttyd/"
distfiles="https://github.com/tsl0922/ttyd/archive/${version}.tar.gz"
checksum=6eed82895da1359538471cbcc82576c4a21a4c6854e1f125fc55215f7c51da52
post_install() {
vlicense LICENSE
}