Skip to content

Instantly share code, notes, and snippets.

@filipw
Forked from prabirshrestha/scriptcs.rb
Last active August 29, 2015 14:10
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 filipw/6cbc6394360142a1976e to your computer and use it in GitHub Desktop.
Save filipw/6cbc6394360142a1976e to your computer and use it in GitHub Desktop.
# brew install --HEAD https://gist.github.com/filipw/6cbc6394360142a1976e/raw/scriptcs.rb -v
# note: requires >= mono 3.6.1 (http://www.go-mono.com/mono-downloads/download.html)
require 'formula'
class Scriptcs < Formula
homepage 'https://github.com/scriptcs/scriptcs'
head 'https://github.com/scriptcs/scriptcs.git', :branch => 'master'
def install
system "./build.sh"
#prefix.install 'bin', 'build', 'lib', 'src'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment