void-packages/srcpkgs/scryer-prolog/template

19 lines
567 B
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
post_install() {
vlicense LICENSE
}