From 3c44ef0ab1bfa6c94dba975cf870f2f0341abbab Mon Sep 17 00:00:00 2001 From: David Höppner Date: Sun, 31 Jan 2010 18:34:00 +0100 Subject: New formula libgsf Libgsf is a simple i/o library that can read and write common file types and handle structured formats that provide file-system-in-a-file semantics. --- Library/Formula/libgsf.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/Formula/libgsf.rb (limited to 'Library/Formula/libgsf.rb') diff --git a/Library/Formula/libgsf.rb b/Library/Formula/libgsf.rb new file mode 100644 index 000000000..dd3550c88 --- /dev/null +++ b/Library/Formula/libgsf.rb @@ -0,0 +1,20 @@ +require 'formula' + +class Libgsf