void-packages/srcpkgs/nqp/template
2021-07-26 16:07:13 -03:00

19 lines
680 B
Bash

# Template file for 'nqp'
pkgname=nqp
version=2021.07
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=dcaaf2a43ab3b752be6f4147a88abdc5b897e5ba85e536a0282bde8e4d363ea4
nocross=yes