Last active
August 29, 2015 14:01
-
-
Save nanoxd/eb59666b8621ad6188c0 to your computer and use it in GitHub Desktop.
Fry, a ruby version manager for Fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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