From 620c037f4a612ea3449e31629d33a38176ae0b3e Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 23 Jan 2012 11:52:22 +0200 Subject: Pyp 2.10 Closes #9737. Signed-off-by: Adam Vandenberg --- Library/Formula/pyp.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/pyp.rb (limited to 'Library') diff --git a/Library/Formula/pyp.rb b/Library/Formula/pyp.rb new file mode 100644 index 000000000..98dc5d941 --- /dev/null +++ b/Library/Formula/pyp.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Pyp < Formula + homepage 'http://code.google.com/p/pyp/' + url 'http://pyp.googlecode.com/svn/trunk', :revision => "216" + version '2.10' + + def install + bin.install 'pyp' + end + + def test + system "whoami | #{bin}/pyp 'p.upper()'" + end +end -- cgit v1.2.3