summaryrefslogtreecommitdiff
path: root/homebrew/packmol/.beer
blob: b16e1d79bc9bb144a514b96184f7bbcaaa4a2093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"
}