18 lines
650 B
Bash
18 lines
650 B
Bash
# Template file for 'MoarVM'
|
|
pkgname=MoarVM
|
|
version=2018.10
|
|
revision=1
|
|
build_style=configure
|
|
configure_script="perl Configure.pl"
|
|
configure_args="--prefix=/usr --has-libuv --has-libatomic_ops --has-libffi --has-libtommath"
|
|
hostmakedepends="perl"
|
|
makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel"
|
|
short_desc="MoarVM is a virtual machine for Rakudo Perl 6"
|
|
maintainer="Ruslan <axetwe@gmail.com>"
|
|
license="Artistic-2.0"
|
|
homepage="http://moarvm.com"
|
|
distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
|
checksum=acbaaa2695bbb5f2b965d65d0d1a947574efad7fe1af31237ed4e6b6b1225284
|
|
nocross=yes
|
|
shlib_provides="libmoar.so"
|