diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2015-12-01 21:08:17 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2015-12-06 02:38:24 (GMT) |
commit | f37f78b541e47557b5812daa109b895b8c03b53d (patch) | |
tree | 1dab955db619f1078629e3ddf800a1880df4f541 /plugins/luarocks | |
parent | a79bd18dac67c9700d794f6b31f3e97fd6873375 (diff) | |
download | mxe-f37f78b541e47557b5812daa109b895b8c03b53d.zip mxe-f37f78b541e47557b5812daa109b895b8c03b53d.tar.gz mxe-f37f78b541e47557b5812daa109b895b8c03b53d.tar.bz2 |
add _WEBSITE and _OWNER to luarocks/*.mk
Diffstat (limited to 'plugins/luarocks')
-rw-r--r-- | plugins/luarocks/all-rocks.mk | 2 | ||||
-rw-r--r-- | plugins/luarocks/llthreads2.mk | 2 | ||||
-rw-r--r-- | plugins/luarocks/lpeg.mk | 2 | ||||
-rw-r--r-- | plugins/luarocks/lua-rapidjson.mk | 2 | ||||
-rw-r--r-- | plugins/luarocks/luarocks.mk | 2 | ||||
-rw-r--r-- | plugins/luarocks/luasocket.mk | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/plugins/luarocks/all-rocks.mk b/plugins/luarocks/all-rocks.mk index 165e54d..a3e6d14 100644 --- a/plugins/luarocks/all-rocks.mk +++ b/plugins/luarocks/all-rocks.mk @@ -2,4 +2,6 @@ # See index.html for further information. PKG := all-rocks +$(PKG)_WEBSITE := https://luarocks.org/ +$(PKG)_OWNER := https://github.com/starius $(PKG)_DEPS := lpeg luasocket llthreads2 lua-rapidjson diff --git a/plugins/luarocks/llthreads2.mk b/plugins/luarocks/llthreads2.mk index 928c490..4385c15 100644 --- a/plugins/luarocks/llthreads2.mk +++ b/plugins/luarocks/llthreads2.mk @@ -2,6 +2,8 @@ # See index.html for further information. PKG := llthreads2 +$(PKG)_WEBSITE := https://github.com/moteus/lua-llthreads2 +$(PKG)_OWNER := https://github.com/starius $(PKG)_IGNORE := $(PKG)_VERSION := 0.1.3 $(PKG)_CHECKSUM := 8c6fc7966cdcc15ae2f89f66ae72f6727a985e7d254f139ecf75a50956a3e8e4 diff --git a/plugins/luarocks/lpeg.mk b/plugins/luarocks/lpeg.mk index 1fbb676..2c1af1a 100644 --- a/plugins/luarocks/lpeg.mk +++ b/plugins/luarocks/lpeg.mk @@ -2,6 +2,8 @@ # See index.html for further information. PKG := lpeg +$(PKG)_WEBSITE := http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html +$(PKG)_OWNER := https://github.com/starius $(PKG)_IGNORE := $(PKG)_VERSION := 1.0.0 $(PKG)_CHECKSUM := 10190ae758a22a16415429a9eb70344cf29cbda738a6962a9f94a732340abf8e diff --git a/plugins/luarocks/lua-rapidjson.mk b/plugins/luarocks/lua-rapidjson.mk index d9ccdaf..a974095 100644 --- a/plugins/luarocks/lua-rapidjson.mk +++ b/plugins/luarocks/lua-rapidjson.mk @@ -2,6 +2,8 @@ # See index.html for further information. PKG := lua-rapidjson +$(PKG)_WEBSITE := https://github.com/xpol/lua-rapidjson +$(PKG)_OWNER := https://github.com/starius $(PKG)_IGNORE := $(PKG)_VERSION := 0.2.2-1 $(PKG)_CHECKSUM := 10783d8633df3f50b1ad33c7de89d2a94a7d9cf45e2ce5217d0d2d5e77396fd2 diff --git a/plugins/luarocks/luarocks.mk b/plugins/luarocks/luarocks.mk index 3ec4404..7f5ee94 100644 --- a/plugins/luarocks/luarocks.mk +++ b/plugins/luarocks/luarocks.mk @@ -2,6 +2,8 @@ # See index.html for further information. PKG := luarocks +$(PKG)_WEBSITE := https://luarocks.org/ +$(PKG)_OWNER := https://github.com/starius $(PKG)_IGNORE := $(PKG)_VERSION := 2.2.2 $(PKG)_CHECKSUM := 4f0427706873f30d898aeb1dfb6001b8a3478e46a5249d015c061fe675a1f022 diff --git a/plugins/luarocks/luasocket.mk b/plugins/luarocks/luasocket.mk index 2f16ca4..a69efe6 100644 --- a/plugins/luarocks/luasocket.mk +++ b/plugins/luarocks/luasocket.mk @@ -2,6 +2,8 @@ # See index.html for further information. PKG := luasocket +$(PKG)_WEBSITE := http://www.impa.br/~diego/software/luasocket +$(PKG)_OWNER := https://github.com/starius $(PKG)_IGNORE := $(PKG)_VERSION := 3.0-rc1 $(PKG)_CHECKSUM := 8b67d9b5b545e1b694753dab7bd6cdbc24c290f2b21ba1e14c77b32817ea1249 |