void-packages/srcpkgs/scryer-prolog/template

31 lines
1.0 KiB
Bash
Raw Normal View History

2020-07-25 00:08:03 +02:00
# 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 <knock@myopendoor.de>"
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
2020-07-29 00:34:06 +02:00
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
2020-07-25 00:08:03 +02:00
post_install() {
vlicense LICENSE
}