Skip to content

Commit

Permalink
ffind 0.2.0
Browse files Browse the repository at this point in the history
Closes Homebrew#15329.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
jezdez authored and adamv committed Oct 20, 2012
1 parent a0fc962 commit 28db682
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/ffind.rb
@@ -0,0 +1,15 @@
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

0 comments on commit 28db682

Please sign in to comment.