summaryrefslogtreecommitdiff
path: root/data/brainfuck/.beer
blob: 3fc2e5cf2909387c9f8086b0bc9792fa4f57511b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Brainfuck",
    "description": "Interpreter for the brainfuck language",
    "url": "https://github.com/fabianishere/brainfuck/archive/2.7.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/fabianishere/brainfuck",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args, \"-DBUILD_SHARED_LIB=ON\",",
        "\"-DBUILD_STATIC_LIB=ON\", \"-DINSTALL_EXAMPLES=ON\"",
        "system \"make\", \"install\""
    ],
    "version": "2.7.1",
    "file": "brainfuck.rb"
}