-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add to LuaRocks #7
Comments
+1 |
1 similar comment
+1 |
I will try and work on this when available, but if anyone is interested in contributing a PR, fell free :) |
Added one in #17. You may want to change the detailed description. This is only a SCM rockspec because AFAIK you don't have releases yet. When you want to make an actual versioned release you just have to create a tag like package = "raven"
-version = "scm-1"
+version = "1.0-1"
source = {
- url = "git://github.com/cloudflare/raven-lua.git"
+ url = "git://github.com/cloudflare/raven-lua.git",
+ branch = "v1.0",
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would you consider adding a rockspec to this repository and adding this module to LuaRocks?
The text was updated successfully, but these errors were encountered: