summaryrefslogtreecommitdiff
path: root/homebrew/astyle/.beer
blob: 4bda6e0796e987a43dd42f061847bc8a7a36d1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Astyle",
    "description": "Source code beautifier for C, C++, C#, and Java",
    "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.1/astyle_3.1_macos.tar.gz",
    "mirror": null,
    "homepage": "https://astyle.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"src\" do",
        "system \"make\", \"CXX=#{ENV.cxx}\", \"-f\", \"../build/mac/Makefile\"",
        "bin.install \"bin/astyle\""
    ],
    "version": "3.1",
    "file": "astyle.rb"
}