Skip to content

Instantly share code, notes, and snippets.

@kotas
kotas / phpbrew.rb
Created February 27, 2014 15:57 — forked from dataich/phpbrew.rb
require 'formula'
class Phpbrew < Formula
head 'https://raw.github.com/c9s/phpbrew/master/phpbrew'
homepage 'https://github.com/c9s/phpbrew'
def install
system "chmod a+x phpbrew"
system "mkdir -p #{prefix}/bin"
system "cp phpbrew #{prefix}/bin"