diff options
Diffstat (limited to 'homebrew/packmol/.beer')
-rw-r--r-- | homebrew/packmol/.beer | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/packmol/.beer b/homebrew/packmol/.beer new file mode 100644 index 000000000..b16e1d79b --- /dev/null +++ b/homebrew/packmol/.beer @@ -0,0 +1,30 @@ +{ + "name": "Packmol", + "description": "Packing optimization for molecular dynamics simulations", + "url": "https://github.com/leandromartinez98/packmol/archive/18.169.tar.gz", + "mirror": null, + "homepage": "https://www.ime.unicamp.br/~martinez/packmol/", + "depends": [ + { + "depend": "gcc", + "build-depend": false + } + ], + "resource": [ + { + "name": "examples", + "url": "https://www.ime.unicamp.br/~martinez/packmol/examples/examples.tar.gz" + } + ], + "conflicts": [], + "patches": [], + "install": [ + "system \"./configure\"", + "system \"make\"", + "bin.install(\"packmol\")", + "pkgshare.install \"solvate.tcl\"", + "(pkgshare/\"examples\").install resource(\"examples\")" + ], + "version": "18.169", + "file": "packmol.rb" +}
\ No newline at end of file |