Skip to content

Instantly share code, notes, and snippets.

@gitkaste
Created May 26, 2011 17:59
Show Gist options
  • Save gitkaste/993644 to your computer and use it in GitHub Desktop.
Save gitkaste/993644 to your computer and use it in GitHub Desktop.
require 'formula'
class Pulse < Formula
url 'git://git.0pointer.de/pulseaudio.git'
homepage 'http://live.gnome.org/PulseAudio'
end
class Pulseaudio < Formula
url 'git://github.com/zonque/PulseAudioOSX.git'
homepage 'https://github.com/zonque/PulseAudioOSX/wiki'
md5 '797ea12bbf77e05dc9df5104523f4ddd'
version '0.1'
depends_on "libsndfile"
depends_on "speex"
depends_on "gdbm"
depends_on "liboil"
depends_on "json-c"
depends_on "intltool"
def install
Pulse.new.brew{ formula.install }
cd PulseAudioOSX/deploy do
system "./deploy.sh"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment