diff --git a/hill_noise-scm1.rockspec b/hill_noise-scm1.rockspec new file mode 100644 index 0000000..1c56473 --- /dev/null +++ b/hill_noise-scm1.rockspec @@ -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" + } +}