summaryrefslogtreecommitdiff
path: root/homebrew/admesh/.beer
blob: daf884b4c26d6e85d0eb3451247c454d527cac17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Admesh",
    "description": "Processes triangulated solid meshes",
    "url": "https://github.com/admesh/admesh/releases/download/v0.98.3/admesh-0.98.3.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/admesh/admesh",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.98.3",
    "file": "admesh.rb"
}