onefetch: broken on big endian

This commit is contained in:
q66 2022-04-12 00:05:11 +02:00
parent 0533f99685
commit 48d513b514

View file

@ -10,6 +10,10 @@ homepage="https://github.com/o2sh/onefetch"
distfiles="https://github.com/o2sh/onefetch/archive/v${version}.tar.gz"
checksum=f57b16dfa2bb95dd1fb805257a1761baa20d69eb9ce7c311d369609894c53897
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="exr crate unimplemented for BE"
fi
post_install() {
vlicense LICENSE.md
}