2016-03-01 19:24:35 +00:00
|
|
|
package = "sfxrlua"
|
|
|
|
version = "scm-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"
|
2016-09-18 21:48:42 +00:00
|
|
|
},
|
|
|
|
copy_directories = {
|
|
|
|
"docs"
|
2016-03-01 19:24:35 +00:00
|
|
|
}
|
|
|
|
}
|