dupx: retire to the boneyard
GDB is a requirement, but GDB lives in the homebrew/dupes tap now, so dupx cannot stay in core. Closes Homebrew/homebrew#39332. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
a63e8497c1
commit
c87dc3f8ed
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
require 'formula'
|
||||
|
||||
class Dupx < Formula
|
||||
homepage 'http://www.isi.edu/~yuri/dupx/'
|
||||
url 'http://www.isi.edu/~yuri/dupx/dupx-0.1.tar.gz'
|
||||
sha1 '69cac2bacc9aefff59e84d5bfd053f01c1bc7551'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue