GithubHelp home page GithubHelp logo

classicvalues / homebrew-portable-ruby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grnhse/homebrew-portable-ruby

0.0 1.0 0.0 197 KB

๐Ÿš— Versions of Ruby that can be installed and run from anywhere on the filesystem.

License: Other

Ruby 93.29% Dockerfile 6.71%

homebrew-portable-ruby's Introduction

Homebrew Portable Ruby

Formulae and tools to build versions of Ruby that can be installed and run from anywhere on the filesystem.

How do I install these formulae

Just brew install homebrew/portable-ruby/<formula>.

How do I build packages for these formulae

macOS

Run brew portable-package ruby inside an OS X 10.9 VM (so it is compatible with all working Homebrew macOS versions).

Linux

Build a Docker image for your architecture by running one of the following commands.

  • docker build -f Dockerfile --platform linux/amd64 --build-arg img=debian/eol:wheezy -t homebrew-portable .
  • docker build -f Dockerfile --platform linux/arm/v6 --build-arg img=resin/rpi-raspbian:wheezy -t homebrew-portable .
  • docker build -f Dockerfile --platform linux/arm64/v8 --build-arg img=debian/eol:jessie -t homebrew-portable .

Build the portable-ruby package using that Docker image.

docker run --name=homebrew-portable-ruby -w /bottle homebrew-portable brew portable-package ruby
docker cp homebrew-portable-ruby:/bottle .

Current Status

Used in production for Homebrew/brew.

Linux

  1. irb on Linux builds seems to fail to link to ncurses statically. If portable-ncurses is removed, irb will fail to handle left, right or backspace keystroke.

License

Code is under the BSD 2 Clause (NetBSD) license.

homebrew-portable-ruby's People

Contributors

xu-cheng avatar mikemcquaid avatar mistydemeo avatar sjackman avatar alyssais avatar maxim-belkin avatar azure-pipelines[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.