Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
coturn 4.5.0.2 (new formula)
Browse files Browse the repository at this point in the history
Closes #43845.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
bfanger authored and dunn committed Oct 3, 2015
1 parent 8b6e550 commit 22cccc4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Library/Formula/coturn.rb
@@ -0,0 +1,22 @@
class Coturn < Formula
desc "Free open source implementation of TURN and STUN Server"
homepage "https://github.com/coturn/coturn"
url "http://turnserver.open-sys.org/downloads/v4.5.0.2/turnserver-4.5.0.2.tar.gz"
sha256 "435241425002d0fe193090107fb3daa9b6abb138c4f7ed2ad242c4c16c1852ca"

depends_on "libevent"

def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--disable-silent-rules",
"--mandir=#{man}",
"--prefix=#{prefix}"

system "make", "install"
end

test do
system "#{bin}/turnadmin", "-l"
end
end

0 comments on commit 22cccc4

Please sign in to comment.