Created
April 15, 2013 22:45
-
-
Save stephencelis/5391918 to your computer and use it in GitHub Desktop.
Revisions
-
stephencelis created this gist
Apr 15, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ require 'formula' class Burl < Formula homepage 'https://github.com/visionmedia/burl' version '1.0.1' url 'https://github.com/visionmedia/burl/tarball/1.0.1' sha1 'f24bdfee9d2be74c20602aa12970f84df26214b2' def install system "make install" end def test system "false" end end