Redact obby

gobby was the only thing using it, and it has been replaced
by libinfinity
This commit is contained in:
Adam Vandenberg 2013-11-13 07:14:01 -08:00
parent 9530a8618e
commit 4202a1faea

View file

@ -1,16 +0,0 @@
require 'formula'
class Obby < Formula
homepage 'http://gobby.0x539.de'
url 'http://releases.0x539.de/obby/obby-0.4.7.tar.gz'
sha1 'efe4e6b406eb0628af63e88807d5d2115d88f390'
depends_on 'pkg-config' => :build
depends_on 'net6'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end