void-packages/srcpkgs/nqp/template

19 lines
652 B
Bash

# Template file for 'nqp'
pkgname=nqp
version=2023.10
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 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/nqp-${version}.tar.gz"
checksum=41051246635db1d4de08d373e2515ab76280f5e0c57d4a4fa2426545ac40956d
nocross=yes