void-packages/srcpkgs/ttyd/template
2018-03-19 08:11:20 -03:00

17 lines
519 B
Bash

# Template file for 'ttyd'
pkgname=ttyd
version=1.4.0
revision=4
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=757a9b5b5dd3de801d7db8fab6035d97ea144b02a51c78bdab28a8e07bcf05d6
post_install() {
vlicense LICENSE
}