lukeflo c84a5c459e
ttyd: update to 1.7.7.
Closes: #54077 [via git-merge-pr]
2025-02-17 22:44:28 -05:00

23 lines
627 B
Bash

# Template file for 'ttyd'
pkgname=ttyd
version=1.7.7
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/refs/tags/${version}.tar.gz"
checksum=039dd995229377caee919898b7bd54484accec3bba49c118e2d5cd6ec51e3650
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vlicense LICENSE
}