Skip to content

Instantly share code, notes, and snippets.

View lxfontes's full-sized avatar
🌋

Lucas Fontes lxfontes

🌋
View GitHub Profile
@lxfontes
lxfontes / freeswitch.rb
Created December 3, 2011 04:04 — forked from mbbx6spp/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 'bb0aa3a04479f06caa8815530ca22d05'
version '1.0.8.alpha'
depends_on 'cmake'
depends_on 'jpeg'