summaryrefslogtreecommitdiff
path: root/homebrew/mrubycli/.beer
blob: 64f38c9fd7f9e037ecb08859bf91d7577bbb69ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "MrubyCli",
    "description": "Build native command-line applications for Linux, MacOS, and Windows",
    "url": "https://github.com/hone/mruby-cli/archive/v0.0.4.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/hone/mruby-cli",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"MRUBY_CLI_LOCAL\"] = \"true\"",
        "rm buildpath/\"build_config.rb\"",
        "(buildpath/\"build_config.rb\").write <<~EOS",
        "MRuby::Build.new do |conf|",
        "toolchain :clang",
        "conf.gem File.expand_path(File.dirname(__FILE__))"
    ],
    "version": "0.0.4",
    "file": "mruby-cli.rb"
}