17 lines
523 B
Bash
17 lines
523 B
Bash
# Template file for 'ttyd'
|
|
pkgname=ttyd
|
|
version=1.5.1
|
|
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=817d33d59834f9a76af99f689339722fc1ec9f3c46c9a324665b91cb44d79ee8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|