Skip to content

melezhik/perl6-sparrowdo-rakudo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparrowdo::Rakudo

Build Status

SYNOPSIS

Via sparrowfile

$ cat sparrowfile

# install default version
module_run 'Rakudo'; 

# install specific version
module_run 'Rakudo', %(
  version => 'https://github.com/nxadm/rakudo-pkg/releases/download/2017.02/perl6-rakudo-moarvm-ubuntu16.04_20170200-01_i386.deb'
)

Via sparrowdo command line:

# install default version  
$ sparrowdo --host=192.168.0.1 --module_run=Rakudo 
# install specific version
$ sparrowdo --host=192.168.0.1 --module_run=Rakudo@version=https://github.com/nxadm/rakudo-pkg/releases/download/2017.02/perl6-rakudo-moarvm-ubuntu16.04_20170200-01_i386.deb

Description

This is simple installer of Rakudo Perl6.

Platforms supported:

CentOS
Ubuntu

LICENSE

All files (unless noted otherwise) can be used, modified and redistributed under the terms of the Artistic License Version 2. Examples (in the documentation, in tests or distributed as separate files) can be considered public domain.

ⓒ2017 'Alexey Melezhik'

About

This is simple installer of Rakudo Perl6

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%