summaryrefslogtreecommitdiff
path: root/homebrew/luarocks/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/luarocks/.beer')
-rw-r--r--homebrew/luarocks/.beer28
1 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/luarocks/.beer b/homebrew/luarocks/.beer
new file mode 100644
index 000000000..47bd462ac
--- /dev/null
+++ b/homebrew/luarocks/.beer
@@ -0,0 +1,28 @@
+{
+ "name": "Luarocks",
+ "description": "Package manager for the Lua programming language",
+ "url": "https://luarocks.org/releases/luarocks-3.0.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://luarocks.org/",
+ "depends": [
+ {
+ "depend": "lua@5.1",
+ "build-depend": false
+ },
+ {
+ "depend": "lua",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\",",
+ "\"--sysconfdir=#{etc}\",",
+ "\"--rocks-tree=#{HOMEBREW_PREFIX}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "3.0.1",
+ "file": "luarocks.rb"
+} \ No newline at end of file