summaryrefslogtreecommitdiff
path: root/homebrew/xmake/.beer
blob: 4abd2b109fb75629f59d796b8c6122144129eeb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Xmake",
    "description": "A cross-platform build utility based on Lua",
    "url": "https://github.com/xmake-io/xmake/archive/v2.2.5.tar.gz",
    "mirror": null,
    "homepage": "https://xmake.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./install\", \"output\"",
        "pkgshare.install Dir[\"xmake/*\"]",
        "bin.install \"output/share/xmake/xmake\"",
        "bin.env_script_all_files(libexec, :XMAKE_PROGRAM_DIR => pkgshare)"
    ],
    "version": "2.2.5",
    "file": "xmake.rb"
}