Added rockspec.

This commit is contained in:
Bruce Hill 2017-10-29 16:16:20 -07:00
parent cc39970def
commit 79c4c25293

18
hill_noise-scm1.rockspec Normal file
View File

@ -0,0 +1,18 @@
package = "hill_noise"
version = "scm-1"
source = {
url = "git+https://spilt@bitbucket.org/spilt/noise_functions.git"
}
description = {
homepage = "https://spilt@bitbucket.org/spilt/noise_functions.git",
license = "MIT"
}
dependencies = {
"lua >= 5.1, < 5.4"
}
build = {
type = "builtin",
modules = {
hill_noise = "hill_noise.lua"
}
}