Skip to content

melezhik/perl6-sparrowdo-rakudo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
t
 
 
 
 
 
 
 
 
 
 

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%