diff options
Diffstat (limited to 'homebrew/diamond/.beer')
-rw-r--r-- | homebrew/diamond/.beer | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/diamond/.beer b/homebrew/diamond/.beer new file mode 100644 index 000000000..6db3d2777 --- /dev/null +++ b/homebrew/diamond/.beer @@ -0,0 +1,22 @@ +{ + "name": "Diamond", + "description": "Accelerated BLAST compatible local sequence aligner", + "url": "https://github.com/bbuchfink/diamond/archive/v0.9.24.tar.gz", + "mirror": null, + "homepage": "https://ab.inf.uni-tuebingen.de/software/diamond/", + "depends": [ + { + "depend": "cmake", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"cmake\", \".\", *std_cmake_args", + "system \"make\", \"install\"" + ], + "version": "0.9.24", + "file": "diamond.rb" +}
\ No newline at end of file |