hill-noise/hill_noise-scm1.rockspec

19 lines
352 B
Plaintext
Raw Normal View History

2017-10-29 16:16:20 -07:00
package = "hill_noise"
version = "scm-1"
source = {
2017-10-29 16:18:03 -07:00
url = "git+https://spilt@bitbucket.org/spilt/hill_noise.git"
2017-10-29 16:16:20 -07:00
}
description = {
2017-10-29 16:18:03 -07:00
homepage = "https://spilt@bitbucket.org/spilt/hill_noise.git",
2017-10-29 16:16:20 -07:00
license = "MIT"
}
dependencies = {
"lua >= 5.1, < 5.4"
}
build = {
type = "builtin",
modules = {
hill_noise = "hill_noise.lua"
}
}