homebrew-core/Formula/ffind.rb
Jannis Leidel 9c5b60fedc ffind 0.2.0
Closes Homebrew/homebrew#15329.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-20 08:51:12 -07:00

15 lines
287 B
Ruby

require 'formula'
class Ffind < Formula
homepage 'https://github.com/sjl/friendly-find'
url 'https://github.com/sjl/friendly-find/tarball/v0.2.0'
sha1 'b902ebb9966c1394628e52d0dea3b1ba7c421720'
def install
bin.install "ffind"
end
def test
system "ffind"
end
end