Skip to content

Commit

Permalink
Adds rockspec for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio committed Sep 22, 2013
1 parent 072951d commit c057c93
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions rockspec/oauth-0.0.4-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
package = "OAuth"
version = "0.0.4-1"
source = {
url = "https://github.com/ignacio/LuaOAuth/archive/0.0.4-1.tar.gz",
dir = "LuaOAuth-0.0.4-1"
}
description = {
summary = "Lua OAuth, an OAuth client library.",
detailed = [[
Lua client for OAuth 1.0 enabled servers.
]],
license = "MIT/X11",
homepage = "http://github.com/ignacio/LuaOAuth"
}
dependencies = {
"lua >= 5.1",
"luasocket",
"luasec",
"luacrypto",
"lbase64"
}

external_dependencies = {

}
build = {
type = "builtin",
modules = {
OAuth = "src/OAuth.lua",
["OAuth.helpers"] = "src/OAuth/helpers.lua",
["OAuth.coreLuaSocket"] = "src/OAuth/coreLuaSocket.lua",
["OAuth.coreLuaNode"] = "src/OAuth/coreLuaNode.lua",
}
}

0 comments on commit c057c93

Please sign in to comment.