summaryrefslogtreecommitdiff
path: root/homebrew/pyenvccache/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pyenvccache/.beer')
-rw-r--r--homebrew/pyenvccache/.beer26
1 files changed, 26 insertions, 0 deletions
diff --git a/homebrew/pyenvccache/.beer b/homebrew/pyenvccache/.beer
new file mode 100644
index 000000000..11f96fbd7
--- /dev/null
+++ b/homebrew/pyenvccache/.beer
@@ -0,0 +1,26 @@
+{
+ "name": "PyenvCcache",
+ "description": "Make Python build faster, using the leverage of `ccache`",
+ "url": "https://github.com/pyenv/pyenv-ccache/archive/v0.0.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/pyenv/pyenv-ccache",
+ "depends": [
+ {
+ "depend": "ccache",
+ "build-depend": false
+ },
+ {
+ "depend": "pyenv",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV[\"PREFIX\"] = prefix",
+ "system \"./install.sh\""
+ ],
+ "version": "0.0.2",
+ "file": "pyenv-ccache.rb"
+} \ No newline at end of file