From 11a674331d78ffd212af423539ecff0a3c2afbe9 Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Thu, 6 Jan 2011 14:45:40 +0100 Subject: new formula: cdecl Signed-off-by: Mike McQuaid --- Library/Formula/cdecl.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Library/Formula/cdecl.rb (limited to 'Library') diff --git a/Library/Formula/cdecl.rb b/Library/Formula/cdecl.rb new file mode 100644 index 000000000..19152a0cd --- /dev/null +++ b/Library/Formula/cdecl.rb @@ -0,0 +1,21 @@ +require 'formula' + +class Cdecl