Skip to content

Commit

Permalink
pyenv-ccache 0.0.2
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#28570.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
xu-cheng authored and adamv committed May 2, 2014
1 parent 0cd6462 commit 9639a3d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Formula/pyenv-ccache.rb
@@ -0,0 +1,16 @@
require "formula"

class PyenvCcache < Formula
homepage "https://github.com/yyuu/pyenv-ccache"
url "https://github.com/yyuu/pyenv-ccache/archive/v0.0.2.tar.gz"
sha1 "bd68c92315c5aa8e2d596981f0fab31e6c366137"

head "https://github.com/yyuu/pyenv-ccache.git"

depends_on "pyenv"

def install
ENV["PREFIX"] = prefix
system "./install.sh"
end
end

0 comments on commit 9639a3d

Please sign in to comment.