diff options
| author | Jens Erat | 2012-01-12 23:13:11 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-18 16:34:51 -0700 |
| commit | 6c6abcd322ff03e6506b426833afc2ef21766c7a (patch) | |
| tree | a0f073606e05172245d379241a718f86fe98b102 /Library/Formula | |
| parent | 68e02c8aa20a46aa6aaa1166a0af66e8526f039c (diff) | |
| download | homebrew-6c6abcd322ff03e6506b426833afc2ef21766c7a.tar.bz2 | |
f3 2.0
f3 is a memory card testing tool
Closes #9572.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/f3.rb | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
