diff options
Diffstat (limited to 'homebrew/luvit/.beer')
-rw-r--r-- | homebrew/luvit/.beer | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/homebrew/luvit/.beer b/homebrew/luvit/.beer new file mode 100644 index 000000000..f693dfbf1 --- /dev/null +++ b/homebrew/luvit/.beer @@ -0,0 +1,33 @@ +{ + "name": "Luvit", + "description": "Asynchronous I/O for Lua", + "url": "https://github.com/luvit/luvit/archive/2.15.0.tar.gz", + "mirror": null, + "homepage": "https://luvit.io", + "depends": [ + { + "depend": "pkg-config", + "build-depend": true + }, + { + "depend": "luajit", + "build-depend": false + }, + { + "depend": "openssl", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "ENV[\"USE_SYSTEM_SSL\"] = \"1\"", + "ENV[\"USE_SYSTEM_LUAJIT\"] = \"1\"", + "ENV[\"PREFIX\"] = prefix", + "system \"make\"", + "system \"make\", \"install\"" + ], + "version": "2.15.0", + "file": "luvit.rb" +}
\ No newline at end of file |