Skip to content

Instantly share code, notes, and snippets.

View markdillon's full-sized avatar

Mark Dillon markdillon

  • Backlight
  • New York, NY
View GitHub Profile
@markdillon
markdillon / freeswitch.rb
Created February 27, 2012 11:48 — forked from lxfontes/freeswitch.rb
Homebrew formula for installing FreeSWITCH that I wrote tonight. Unsure of best way to automatically "test" FreeSWITCH. Thoughts?
require 'formula'
class Freeswitch < Formula
url 'http://files.freeswitch.org/freeswitch-snapshot.tar.gz'
homepage ''
md5 '786a1e1acf1c59d4d814bf717a426779'
version 'flite'
depends_on 'cmake'
depends_on 'jpeg'
@markdillon
markdillon / python26.rb
Created May 13, 2011 22:37 — forked from lxneng/gist:743034
brew install python2.6
require 'formula'
<<-COMMENTS
Versions
--------
This formula is currently tracking version 2.6.x.
Python 3.x is available as a separate formula:
brew install python3