22 lines
617 B
Bash
22 lines
617 B
Bash
# Template file for 'ttyd'
|
|
pkgname=ttyd
|
|
version=1.6.3
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config xxd"
|
|
makedepends="libwebsockets-devel json-c-devel openssl-devel zlib-devel
|
|
libuv-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=1116419527edfe73717b71407fb6e06f46098fc8a8e6b0bb778c4c75dc9f64b9
|
|
|
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|
makedepends+=" musl-legacy-compat"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|