summaryrefslogtreecommitdiff
path: root/homebrew/pyenv/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pyenv/.beer')
-rw-r--r--homebrew/pyenv/.beer38
1 files changed, 38 insertions, 0 deletions
diff --git a/homebrew/pyenv/.beer b/homebrew/pyenv/.beer
new file mode 100644
index 000000000..a4ff475a2
--- /dev/null
+++ b/homebrew/pyenv/.beer
@@ -0,0 +1,38 @@
+{
+ "name": "Pyenv",
+ "description": "Python version management",
+ "url": "https://github.com/pyenv/pyenv/archive/v1.2.11.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/pyenv/pyenv",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": false
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": false
+ },
+ {
+ "depend": "readline",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"libexec/pyenv\", \"/usr/local\", HOMEBREW_PREFIX",
+ "system \"src/configure\"",
+ "system \"make\", \"-C\", \"src\"",
+ "prefix.install Dir[\"*\"]",
+ "%w[pyenv-install pyenv-uninstall python-build].each do |cmd|",
+ "bin.install_symlink \"#{prefix}/plugins/python-build/bin/#{cmd}\""
+ ],
+ "version": "1.2.11",
+ "file": "pyenv.rb"
+} \ No newline at end of file