Skip to content

Instantly share code, notes, and snippets.

@jirutka
Created February 21, 2015 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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