18 lines
659 B
Bash
18 lines
659 B
Bash
# Template file for 'nqp'
|
|
pkgname=nqp
|
|
version=2020.01
|
|
revision=1
|
|
build_style=configure
|
|
make_check_target=test
|
|
configure_script="perl Configure.pl"
|
|
configure_args="--prefix=/usr --backends=moar"
|
|
hostmakedepends="perl"
|
|
makedepends="MoarVM libatomic_ops-devel libffi-devel libuv-devel"
|
|
depends="MoarVM-${version}.1_${revision}"
|
|
short_desc="Lightweight Raku-like environment for virtual machines"
|
|
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
|
|
license="Artistic-2.0"
|
|
homepage="https://github.com/perl6/nqp"
|
|
distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
|
|
checksum=4ccc9c194322c73f4c8ba681e277231479fcc2307642eeeb0f7caa149332965b
|
|
nocross=yes
|