From 630df8c1ad53a8130f627629a7204933be40726a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 20 May 2013 11:06:38 -0400 Subject: [PATCH] pypy-2.0 --- formula/pypy-2.0 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 formula/pypy-2.0 diff --git a/formula/pypy-2.0 b/formula/pypy-2.0 new file mode 100755 index 0000000..1cb164b --- /dev/null +++ b/formula/pypy-2.0 @@ -0,0 +1,12 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-linux64.tar.bz2' +curl -L $SOURCE_TARBALL | tar jx +mv pypy-2.0/* $OUT_PREFIX +rm -fr pypy-2.0 + +ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python \ No newline at end of file