Skip to content

Commit

Permalink
Rockspec for luarocks main server
Browse files Browse the repository at this point in the history
  • Loading branch information
vrld committed Apr 8, 2018
1 parent e33ffbe commit 7642755
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions hump-scm-1.rockspec → hump-0.4-2.rockspec
@@ -1,14 +1,20 @@
package = "hump"
version = "scm-1"
version = "0.4-2"
source = {
url = "git://github.com/vrld/hump"
}
description = {
summary = "Lightweight game development utilities",
detailed = "hump is a set of lightweight helpers for the awesome LÖVE game framework. It will help to get you over the initial hump when starting to build a new game.",
detailed = [[Collection of independent components that implement common task needed in games:
- Gamestates that can stack on each other (e.g., for menus)
- Timers and Tweens with thread-like scripting support
- Cameras with camera movement control (locking, smooth follow, etc)
- 2D vector math
- Signals and Slots
- Prototype-based OOP helper
]],
homepage = "https://hump.readthedocs.io",
license = "MIT",
--labels={"love","game","statemachine"} -- only since luarocks 3.0
}
dependencies = {
"lua >= 5.1"
Expand All @@ -24,5 +30,4 @@ build = {
["hump.vector"] = "vector.lua",
["hump.vector-light"] = "vector-light.lua"
},
copy_directories = {"docs"}
}

0 comments on commit 7642755

Please sign in to comment.