summaryrefslogtreecommitdiff
path: root/homebrew/asdf/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/asdf/.beer')
-rw-r--r--homebrew/asdf/.beer57
1 files changed, 57 insertions, 0 deletions
diff --git a/homebrew/asdf/.beer b/homebrew/asdf/.beer
new file mode 100644
index 000000000..d417eea11
--- /dev/null
+++ b/homebrew/asdf/.beer
@@ -0,0 +1,57 @@
+{
+ "name": "Asdf",
+ "description": "Extendable version manager with support for Ruby, Node.js, Erlang & more",
+ "url": "https://github.com/asdf-vm/asdf/archive/v0.7.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/asdf-vm",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": false
+ },
+ {
+ "depend": "automake",
+ "build-depend": false
+ },
+ {
+ "depend": "coreutils",
+ "build-depend": false
+ },
+ {
+ "depend": "libtool",
+ "build-depend": false
+ },
+ {
+ "depend": "libyaml",
+ "build-depend": false
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ },
+ {
+ "depend": "readline",
+ "build-depend": false
+ },
+ {
+ "depend": "unixodbc",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "homeshick",
+ "reason": null
+ }
+ ],
+ "patches": [],
+ "install": [
+ "bash_completion.install \"completions/asdf.bash\"",
+ "fish_completion.install \"completions/asdf.fish\"",
+ "libexec.install \"bin/private\"",
+ "prefix.install Dir[\"*\"]"
+ ],
+ "version": "0.7.1",
+ "file": "asdf.rb"
+} \ No newline at end of file