Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download + install skaji/relocable-perl #818

Merged
merged 4 commits into from
Sep 19, 2024

Commits on Sep 18, 2024

  1. add a subroutine for checking a given string looks like a release tar…

    …ball url of skaji/relocatable-perl
    
    The URLs can be found from their "Releases" page: https:/skaji/relocatable-perl/releases
    gugod committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dce0a49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beeed35 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    faaf86c View commit details
    Browse the repository at this point in the history
  2. make perlbrew installl able to accept an URL to skaji/relocatable-p…

    …erl tarball.
    
    It should be able to accept URLs found on this page:
    
        https:/skaji/relocatable-perl/releases
    
    For example:
    
        perlbrew install https:/skaji/relocatable-perl/releases/download/5.40.0.0/perl-linux-amd64.tar.gz
    
    Or, with `--as` parameter:
    
        perlbrew install https:/skaji/relocatable-perl/releases/download/5.40.0.0/perl-linux-amd64.tar.gz --as perl-5.40
    
    Currently this only download + extract the tarball, then move its
    content to the installation dir, without checking whether os/arch
    actually matches current environment.
    gugod committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3dcdef3 View commit details
    Browse the repository at this point in the history