Skip to content

Instantly share code, notes, and snippets.

@nanoxd
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanoxd/eb59666b8621ad6188c0 to your computer and use it in GitHub Desktop.
Save nanoxd/eb59666b8621ad6188c0 to your computer and use it in GitHub Desktop.
Fry, a ruby version manager for Fish
require "formula"
class Fry < Formula
homepage 'https://github.com/terlar/fry'
url 'https://github.com/terlar/fry/archive/0.1.2.tar.gz'
sha1 'b44340ff94689af0699485432189dff87730c619'
head 'https://github.com/terlar/fry.git'
depends_on 'fish'
def install
system "make", "install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment