mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
ttyd: needs musl-legacy-compat for *-musl
This commit is contained in:
parent
1e13065d0d
commit
7541047e00
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ 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=b5b62ec2ce08add0173e6d1dfdd879e55f02f9490043e89f389981a62e87d376
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue