summaryrefslogtreecommitdiff
path: root/homebrew/ioke/.beer
blob: da4e64fa6677b26f141833038b6f77b2b1be2d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Ioke",
    "description": "Dynamic language targeted at virtual machines",
    "url": "https://ioke.org/dist/ioke-P-ikj-0.4.0.tar.gz",
    "mirror": null,
    "homepage": "https://ioke.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "rm_f Dir[\"bin/*.bat\"]",
        "libexec.install Dir[\"*\"]",
        "inreplace libexec/\"bin/ioke\" do |s|",
        "s.change_make_var! \"IOKE_HOME\", libexec"
    ],
    "version": "0.4.0",
    "file": "ioke.rb"
}