class Ffe < Formula desc "Parse flat file structures and print them in different formats" homepage "https://ff-extractor.sourceforge.io/" url "https://downloads.sourceforge.net/project/ff-extractor/ff-extractor/0.3.7-1/ffe-0.3.7-1.tar.gz" sha256 "0266e65778b4e69ae65c5dad43577767612f0afe13dc8c3e2cd3c49f7c869689" bottle do cellar :any_skip_relocation sha256 "ccecbf9c6595344a6988ed708a38bb18d8d754d5e948e9e9a0d8fd2b933e1eec" => :high_sierra sha256 "9471c2e19149beb552d0f7b724b6f6f140b2f2dd26d180f8293d6e95a704907f" => :sierra sha256 "a85474d61e83b870dd30b1df63b16eb28cc87f18c74d4484e49f5719b2ebad43" => :el_capitan sha256 "df84e69d719b76fd4c9dd6d7462c2dabcad331454dd20f64ba55ab0a0a7ba03d" => :yosemite end def install # Work around build failure "ffe.c:326:23: error: non-void function # 'update_anon_info' should return a value [-Wreturn-type]" # Reported 7 Feb 2017 to tjsa@iki.fi ENV.append_to_cflags "-Wno-return-type" system "./configure", "--disable-debug", "--disable-dependency-tracking", "--disable-silent-rules", "--prefix=#{prefix}" system "make", "install" end test do (testpath/"source").write "EArthur Guinness 25" (testpath/"test.rc").write <<-EOS.undent structure personel_fix { type fixed record employee { id 1 E field EmpType 1 field FirstName 7 field LastName 11 field Age 2 } } output default { record_header "