Skip to content

Instantly share code, notes, and snippets.

@prabirshrestha
Last active May 8, 2020 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save prabirshrestha/5474490 to your computer and use it in GitHub Desktop.
Save prabirshrestha/5474490 to your computer and use it in GitHub Desktop.
Scriptcs homebrew formula
# brew install --HEAD https://gist.github.com/prabirshrestha/5474490/raw/scriptcs.rb -v
# note: requires >= mono 3.0.6 (http://www.go-mono.com/mono-downloads/download.html)
require 'formula'
class Scriptcs < Formula
homepage 'https://github.com/dragan/scriptcs'
head 'https://github.com/dragan/scriptcs.git', :branch => 'mono-support'
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