summaryrefslogtreecommitdiff
path: root/data/brainfuck/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'data/brainfuck/.beer')
-rw-r--r--data/brainfuck/.beer23
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