ttyd: update to 1.6.0.
This commit is contained in:
@@ -1,16 +1,17 @@
|
|||||||
# Template file for 'ttyd'
|
# Template file for 'ttyd'
|
||||||
pkgname=ttyd
|
pkgname=ttyd
|
||||||
version=1.5.2
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config xxd"
|
hostmakedepends="pkg-config xxd"
|
||||||
makedepends="libwebsockets-devel json-c-devel libressl-devel zlib-devel"
|
makedepends="libwebsockets-devel json-c-devel libressl-devel zlib-devel
|
||||||
|
libuv-devel"
|
||||||
short_desc="Share your terminal over the web"
|
short_desc="Share your terminal over the web"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://tsl0922.github.io/ttyd/"
|
homepage="https://tsl0922.github.io/ttyd/"
|
||||||
distfiles="https://github.com/tsl0922/ttyd/archive/${version}.tar.gz"
|
distfiles="https://github.com/tsl0922/ttyd/archive/${version}.tar.gz"
|
||||||
checksum=b5b62ec2ce08add0173e6d1dfdd879e55f02f9490043e89f389981a62e87d376
|
checksum=d14740bc82be0d0760dd0a3c97acbcbde490412a4edc61edabe46d311b068f83
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" musl-legacy-compat"
|
makedepends+=" musl-legacy-compat"
|
||||||
|
|||||||
Reference in New Issue
Block a user