frag_find 1.0.0
Closes Homebrew/homebrew#19680. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6fc1e0d1f0
commit
00d79ce3cb
1 changed files with 17 additions and 0 deletions
17
Formula/frag_find.rb
Normal file
17
Formula/frag_find.rb
Normal file
|
@ -0,0 +1,17 @@
|
|||
require 'formula'
|
||||
|
||||
class FragFind < Formula
|
||||
homepage 'https://github.com/simsong/frag_find'
|
||||
url 'http://digitalcorpora.org/downloads/frag_find/frag_find-1.0.0.tar.gz'
|
||||
sha1 '253347cd55196c9f268e0e63825cc2406437977c'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/frag_find"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue