From 6c6abcd322ff03e6506b426833afc2ef21766c7a Mon Sep 17 00:00:00 2001 From: Jens Erat Date: Thu, 12 Jan 2012 23:13:11 +0100 Subject: f3 2.0 f3 is a memory card testing tool Closes #9572. Signed-off-by: Adam Vandenberg --- Library/Formula/f3.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/f3.rb (limited to 'Library/Formula') diff --git a/Library/Formula/f3.rb b/Library/Formula/f3.rb new file mode 100644 index 000000000..511a965ad --- /dev/null +++ b/Library/Formula/f3.rb @@ -0,0 +1,12 @@ +require 'formula' + +class F3 < Formula + homepage 'http://oss.digirati.com.br/f3/' + url 'https://github.com/AltraMayor/f3/tarball/v2.0' + md5 '52c068d685e4256fe56458350e203f7b' + + def install + system "make mac" + bin.install 'f3read', 'f3write' + end +end -- cgit v1.2.3