mirror of
https://github.com/nucular/sfxrlua.git
synced 2024-12-24 18:44:20 +00:00
Updated rockspec
This commit is contained in:
parent
c91cfefeff
commit
3b7d0e4802
28
rockspec/sfxr-0.0.2-1.rockspec
Normal file
28
rockspec/sfxr-0.0.2-1.rockspec
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
package = "sfxr"
|
||||||
|
version = "0.0.2-1"
|
||||||
|
source = {
|
||||||
|
url = "git://github.com/nucular/sfxrlua",
|
||||||
|
branch = "master"
|
||||||
|
}
|
||||||
|
description = {
|
||||||
|
summary = "A port of the sfxr sound effect synthesizer to Lua",
|
||||||
|
detailed = [[
|
||||||
|
A port of the sfxr sound effect synthesizer to pure Lua, designed to be used
|
||||||
|
together with the awesome LÖVE game framework.
|
||||||
|
]],
|
||||||
|
homepage = "https://github.com/nucular/sfxrlua",
|
||||||
|
license = "MIT/X11"
|
||||||
|
}
|
||||||
|
dependencies = {
|
||||||
|
"lua ~> 5.1"
|
||||||
|
-- bitop?
|
||||||
|
}
|
||||||
|
build = {
|
||||||
|
type = "builtin",
|
||||||
|
modules = {
|
||||||
|
"sfxr" = "sfxr.lua"
|
||||||
|
},
|
||||||
|
copy_directories = {
|
||||||
|
"docs"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user