mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
1dabb8cd84
commit
c84a5c459e
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ttyd'
|
# Template file for 'ttyd'
|
||||||
pkgname=ttyd
|
pkgname=ttyd
|
||||||
version=1.7.3
|
version=1.7.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config xxd"
|
hostmakedepends="pkg-config xxd"
|
||||||
makedepends="libwebsockets-devel json-c-devel openssl-devel zlib-devel
|
makedepends="libwebsockets-devel json-c-devel openssl-devel zlib-devel
|
||||||
|
@ -10,8 +10,8 @@ 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/refs/tags/${version}.tar.gz"
|
||||||
checksum=c9cf5eece52d27c5d728000f11315d36cb400c6948d1964a34a7eae74b454099
|
checksum=039dd995229377caee919898b7bd54484accec3bba49c118e2d5cd6ec51e3650
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" musl-legacy-compat"
|
makedepends+=" musl-legacy-compat"
|
||||||
|
|
Loading…
Add table
Reference in a new issue