summaryrefslogtreecommitdiff
path: root/homebrew/befunge93/.beer
blob: 05bdac64e0f9de35f7b872bac997467877927ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Befunge93",
    "description": "Esoteric programming language",
    "url": "https://catseye.tc/distfiles/befunge-93-2.25.zip",
    "mirror": null,
    "homepage": "https://catseye.tc/node/Befunge-93.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install Dir[\"bin/bef*\"]"
    ],
    "version": "2.25",
    "file": "befunge93.rb"
}