diff options
Diffstat (limited to 'homebrew/pyenvwhichext/.beer')
-rw-r--r-- | homebrew/pyenvwhichext/.beer | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/pyenvwhichext/.beer b/homebrew/pyenvwhichext/.beer new file mode 100644 index 000000000..c28a8455c --- /dev/null +++ b/homebrew/pyenvwhichext/.beer @@ -0,0 +1,22 @@ +{ + "name": "PyenvWhichExt", + "description": "Integrate pyenv and system commands", + "url": "https://github.com/pyenv/pyenv-which-ext/archive/v0.0.2.tar.gz", + "mirror": null, + "homepage": "https://github.com/pyenv/pyenv-which-ext", + "depends": [ + { + "depend": "pyenv", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "ENV[\"PREFIX\"] = prefix", + "system \"./install.sh\"" + ], + "version": "0.0.2", + "file": "pyenv-which-ext.rb" +}
\ No newline at end of file |