From e8524d9bd2b934bfb25a253ecdce5020f586b522 Mon Sep 17 00:00:00 2001 From: Dominic Evans Date: Thu, 30 Sep 2010 00:41:23 +0100 Subject: New Formula: sc sc is a free curses-based spreadsheet program that uses key bindings similar to vi and less. This commit combines the work of github users anarchivist, oldmanuk, and christianchristensen. Signed-off-by: Adam Vandenberg --- Library/Formula/sc.rb | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 Library/Formula/sc.rb (limited to 'Library/Formula') diff --git a/Library/Formula/sc.rb b/Library/Formula/sc.rb new file mode 100644 index 000000000..657edfa3c --- /dev/null +++ b/Library/Formula/sc.rb @@ -0,0 +1,63 @@ +require 'formula' + +class Sc