Skip to content

Instantly share code, notes, and snippets.

@jirutka
Created February 21, 2015 12:43
Show Gist options
  • Save jirutka/561281c2bb9295d7c154 to your computer and use it in GitHub Desktop.
Save jirutka/561281c2bb9295d7c154 to your computer and use it in GitHub Desktop.
Homebrew formula for p2pvc.
class P2pvc < Formula
homepage "https://github.com/mofarrell/p2pvc"
head "https://github.com/mofarrell/p2pvc.git"
depends_on "pkg-config" => :build
depends_on "homebrew/science/opencv"
depends_on "ncurses"
depends_on "portaudio"
def install
system "make"
bin.install "p2pvc"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment