From 214619440c9d376ee82084b51fc84396fd372eaa Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sat, 14 Feb 2015 23:37:13 +0100 Subject: curlish 1.22 (new formula) Closes #36823. Signed-off-by: Mike McQuaid --- Library/Formula/curlish.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/curlish.rb (limited to 'Library/Formula') diff --git a/Library/Formula/curlish.rb b/Library/Formula/curlish.rb new file mode 100644 index 000000000..eee97a98e --- /dev/null +++ b/Library/Formula/curlish.rb @@ -0,0 +1,16 @@ +class Curlish < Formula + homepage "https://pythonhosted.org/curlish/" + url "https://github.com/fireteam/curlish/archive/1.22.tar.gz" + sha1 "45e9a7d92b5f70adf257cda3f9f0f205eef0245b" + + # curlish needs argparse (2.7+) + depends_on :python if MacOS.version <= :snow_leopard + + def install + bin.install "curlish.py" => "curlish" + end + + test do + system "#{bin}/curlish", "http://brew.sh" + end +end -- cgit v1.2.3