void-packages/srcpkgs/nqp/template
2021-04-05 10:21:45 -03:00

19 lines
680 B
Bash

# Template file for 'nqp'
pkgname=nqp
version=2021.03
revision=1
build_style=configure
make_check_target=test
configure_script="perl Configure.pl"
configure_args="--prefix=/usr --backends=moar"
hostmakedepends="git perl"
makedepends="MoarVM libatomic_ops-devel libffi-devel libtommath-devel
libuv-devel"
depends="MoarVM-${version}_${revision}"
short_desc="Lightweight Raku-like environment for virtual machines"
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
license="Artistic-2.0"
homepage="https://github.com/Raku/nqp"
distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
checksum=73498f685b8efbd54e43176d41a8f001c32abd27bcb0a801dcd69d38f4e61c11
nocross=yes