From 184624e85ec470ec1320fb9aac2b7663d4cec082 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Thu, 11 Mar 2010 17:18:00 -0800 Subject: New formula: platypus Formula for Platypus version 4.2. Note: This builds only the command-line utility, not the application bundle, as homebrew is not supposed to build apps. Signed-off-by: Adam Vandenberg --- Library/Formula/platypus.rb | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Library/Formula/platypus.rb (limited to 'Library/Formula') diff --git a/Library/Formula/platypus.rb b/Library/Formula/platypus.rb new file mode 100644 index 000000000..a4b0961ae --- /dev/null +++ b/Library/Formula/platypus.rb @@ -0,0 +1,47 @@ +require 'formula' + +class Platypus