From 10fde58bcb7df0f0960b863b7bf10aa7af360421 Mon Sep 17 00:00:00 2001 From: tstevens Date: Tue, 5 Jan 2010 19:01:19 -0500 Subject: Add Android SDK formula Signed-off-by: Max Howell Added an alias. Cleaned it up a bit. Also removed the chmod 0777, '..' line as it made no sense and had no comment to justify it. Always comment weird stuff!--- Library/Formula/android-sdk.rb | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Library/Formula/android-sdk.rb (limited to 'Library/Formula') diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb new file mode 100644 index 000000000..6f7745ffe --- /dev/null +++ b/Library/Formula/android-sdk.rb @@ -0,0 +1,33 @@ +require 'formula' + +class AndroidSdk