diff options
Diffstat (limited to 'homebrew/dmd/.beer')
-rw-r--r-- | homebrew/dmd/.beer | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/homebrew/dmd/.beer b/homebrew/dmd/.beer new file mode 100644 index 000000000..0fca5c095 --- /dev/null +++ b/homebrew/dmd/.beer @@ -0,0 +1,41 @@ +{ + "name": "Dmd", + "description": "D programming language compiler for macOS", + "url": "https://github.com/dlang/dmd/archive/v2.085.1.tar.gz", + "mirror": null, + "homepage": "https://dlang.org/", + "depends": [], + "resource": [ + { + "name": "druntime", + "url": "https://github.com/dlang/druntime/archive/v2.085.1.tar.gz" + }, + { + "name": "phobos", + "url": "https://github.com/dlang/phobos/archive/v2.085.1.tar.gz" + }, + { + "name": "tools", + "url": "https://github.com/dlang/tools/archive/v2.085.1.tar.gz" + }, + { + "name": "druntime", + "url": "https://github.com/dlang/druntime.git" + }, + { + "name": "phobos", + "url": "https://github.com/dlang/phobos.git" + }, + { + "name": "tools", + "url": "https://github.com/dlang/tools.git" + } + ], + "conflicts": [], + "patches": [], + "install": [ + "install_new_dmd_conf" + ], + "version": "2.085.1", + "file": "dmd.rb" +}
\ No newline at end of file |