Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,19 @@ +name : perl6-nqp +version : 2019.03 +release : 1 +source : + - https://github.com/perl6/nqp/archive/2019.03.tar.gz : 5f226de8f0567f34797fd1d5eeed1ebf85bbd91f39608f917f48081dd3bf6863 +license : Artistic-License-2.0 +component : programming.perl +summary : Lightweight environment for Perl6 virtual machine +description: | + This is "Not Quite Perl" -- a lightweight Perl 6-like environment for virtual machines. The key feature of NQP is that it's designed to be a very small environment (as compared with, say, perl6 or Rakudo) and is focused on being a high-level way to create compilers and libraries for virtual machines like MoarVM [1], the JVM, and others. +builddeps : + - perl + - perl6-moarvm-devel +setup : | + perl Configure.pl --prefix=%PREFIX% --libdir=%libdir%/perl6 +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,48 @@ + + + perl6-nqp + + Daniel Maksymow + daniel.maksymow@tuta.io + + Artistic-License-2.0 + programming.perl + Lightweight environment for Perl6 virtual machine + This is "Not Quite Perl" -- a lightweight Perl 6-like environment for virtual machines. The key feature of NQP is that it's designed to be a very small environment (as compared with, say, perl6 or Rakudo) and is focused on being a high-level way to create compilers and libraries for virtual machines like MoarVM [1], the JVM, and others. + + https://getsol.us/sources/README.Solus + + + perl6-nqp + Lightweight environment for Perl6 virtual machine + This is "Not Quite Perl" -- a lightweight Perl 6-like environment for virtual machines. The key feature of NQP is that it's designed to be a very small environment (as compared with, say, perl6 or Rakudo) and is focused on being a high-level way to create compilers and libraries for virtual machines like MoarVM [1], the JVM, and others. + + programming.perl + + /usr/bin/nqp + /usr/bin/nqp-m + /usr/lib64/perl6/nqp/MASTNodes.moarvm + /usr/lib64/perl6/nqp/MASTOps.moarvm + /usr/lib64/perl6/nqp/ModuleLoader.moarvm + /usr/lib64/perl6/nqp/NQPCORE.setting.moarvm + /usr/lib64/perl6/nqp/NQPHLL.moarvm + /usr/lib64/perl6/nqp/NQPP5QRegex.moarvm + /usr/lib64/perl6/nqp/NQPP6QRegex.moarvm + /usr/lib64/perl6/nqp/QAST.moarvm + /usr/lib64/perl6/nqp/QASTNode.moarvm + /usr/lib64/perl6/nqp/QRegex.moarvm + /usr/lib64/perl6/nqp/nqp.moarvm + /usr/lib64/perl6/nqp/nqpmo.moarvm + /usr/lib64/perl6/nqp/profiler/template.html + + + + + 2019-03-30 + 2019.03 + Packaging update + Daniel Maksymow + daniel.maksymow@tuta.io + + + \ No newline at end of file