Redact obby
gobby was the only thing using it, and it has been replaced by libinfinity
This commit is contained in:
parent
9530a8618e
commit
4202a1faea
1 changed files with 0 additions and 16 deletions
|
@ -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
|
Loading…
Reference in a new issue