summaryrefslogtreecommitdiff
path: root/homebrew/io/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/io/.beer')
-rw-r--r--homebrew/io/.beer34
1 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/io/.beer b/homebrew/io/.beer
new file mode 100644
index 000000000..c093c9b9f
--- /dev/null
+++ b/homebrew/io/.beer
@@ -0,0 +1,34 @@
+{
+ "name": "Io",
+ "description": "Small prototype-based programming language",
+ "url": "https://github.com/stevedekorte/io/archive/2017.09.06.tar.gz",
+ "mirror": null,
+ "homepage": "http://iolanguage.com/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.deparallelize",
+ "ENV.append_to_cflags \"-fobjc-exceptions\"",
+ "inreplace \"CMakeLists.txt\", \"add_subdirectory(addons)\",",
+ "\"#add_subdirectory(addons)\"",
+ "mkdir \"buildroot\" do",
+ "system \"cmake\", \"..\", \"-DCMAKE_DISABLE_FIND_PACKAGE_ODE=ON\",",
+ "\"-DCMAKE_DISABLE_FIND_PACKAGE_Theora=ON\",",
+ "*std_cmake_args",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2017.09.06",
+ "file": "io.rb"
+} \ No newline at end of file