# Template file for 'scryer-prolog' pkgname=scryer-prolog version=0.8.123 revision=1 archs="~i686" # aggresive cpu detection build_style=cargo hostmakedepends="m4 pkg-config" depends="gmp" short_desc="Modern Prolog implementation written mostly in Rust" maintainer="Hans-J. Schmid " license="BSD-3-Clause" homepage="https://github.com/mthom/scryer-prolog" distfiles="https://github.com/mthom/scryer-prolog/archive/v${version}.tar.gz" checksum=4370bc2200e3e56d411326801219bc5fc37a422febdb6cd3548ed3f65b5a44aa if [ "$XBPS_TARGET_LIBC" = "musl" ]; then # XXX: Also should have GMP_MPFR_SYS_CACHE="" set somewhere https://crates.io/crates/gmp-mpfr-sys (we have ccache for that) # We might also want to use system libs instead # the runtime dep on gmp is incorrect right now, since gmp is statically linked broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/29779/steps/shell_3/logs/stdio" fi case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;; *) broken="ftbfs in ring" ;; esac post_install() { vlicense LICENSE }