# Template file for 'scryer-prolog' pkgname=scryer-prolog version=0.9.2 revision=1 build_style=cargo hostmakedepends="pkg-config" makedepends="openssl-devel" 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/refs/tags/v${version}.tar.gz" checksum=d8e89e0d6c54fdd34104513e231bba4c8499659b1dd3ae6abe187606e443a82c case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;; *) broken="ftbfs in ring" ;; esac post_install() { vlicense LICENSE }