2012-01-12 22:13:11 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class F3 < Formula
|
|
|
|
homepage 'http://oss.digirati.com.br/f3/'
|
2013-03-29 16:11:36 +00:00
|
|
|
url 'https://github.com/AltraMayor/f3/archive/v2.2.tar.gz'
|
|
|
|
sha1 '25a98e620206ef8c8c47db4d6972e1348f7f7b98'
|
2012-01-12 22:13:11 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make mac"
|
|
|
|
bin.install 'f3read', 'f3write'
|
|
|
|
end
|
|
|
|
end
|