From 79c4c2529350cf03ed768ff92417dded72c385db Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 29 Oct 2017 16:16:20 -0700 Subject: [PATCH] Added rockspec. --- hill_noise-scm1.rockspec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hill_noise-scm1.rockspec 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" + } +}