diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-26 19:34:18 +0000 |
---|---|---|
committer | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-26 19:34:18 +0000 |
commit | 459998495bfacfdfa31244374970f43b645001f2 (patch) | |
tree | 973947bf52e502a8677356130cfbb9ceaea54215 /data/brainfuck/.beer | |
parent | 724e165bdc703d487834adb5fb1372ecdb6f2db6 (diff) |
Added BF.
Diffstat (limited to 'data/brainfuck/.beer')
-rw-r--r-- | data/brainfuck/.beer | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/brainfuck/.beer b/data/brainfuck/.beer new file mode 100644 index 000000000..3fc2e5cf2 --- /dev/null +++ b/data/brainfuck/.beer @@ -0,0 +1,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" +}
\ No newline at end of file |