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