diff options
Diffstat (limited to 'Library')
| -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 |
