void-packages/srcpkgs/ttyd/template
2019-04-21 05:58:38 -03:00

18 lines
523 B
Bash

# Template file for 'ttyd'
pkgname=ttyd
version=1.4.4
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@voidlinux.org>"
license="MIT"
homepage="https://tsl0922.github.io/ttyd/"
distfiles="https://github.com/tsl0922/ttyd/archive/${version}.tar.gz"
checksum=b910a33ddaa474c369991ba345187a8a2f4aa420389083671ba3a6c305a491d6
post_install() {
vlicense LICENSE
}