ldacBT: broken on big endian

This commit is contained in:
q66 2021-04-02 18:34:15 +02:00
parent d75a62d349
commit bdd25c3848

View file

@ -11,6 +11,10 @@ homepage="https://github.com/EHfive/ldacBT"
distfiles="https://github.com/EHfive/ldacBT/releases/download/v${version}/ldacBT-${version}.tar.gz"
checksum="4bd8eece78bb5c1361fab95743e7100506e2408a25c4a592a0f8d349746dc5b4"
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="unsupported upstream"
fi
ldacBT-devel_package() {
depends="ldacBT>=${version}_${revision}"
short_desc+=" - development files"