From 9447e50533359287fda6fab7a4618f43ca155eba Mon Sep 17 00:00:00 2001 From: Andreas Date: Sun, 19 Jun 2022 01:09:46 +0200 Subject: [PATCH] added package info --- packageinfo.ccpt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packageinfo.ccpt diff --git a/packageinfo.ccpt b/packageinfo.ccpt new file mode 100644 index 0000000..f20793f --- /dev/null +++ b/packageinfo.ccpt @@ -0,0 +1,13 @@ +{ + name = "dig", + comment = "Turtle Tunnel Digging Program", + author = "Hion-V", + website = "https://git.subsonics.nl/pootercraft/dig", + newestversion = "1.0", + install = { + url = "https://git.subsonics.nl/pootercraft/dig/raw/branch/master/dig.lua", + filename = "dig", + type = "script", + }, + dependencies = {}, +} \ No newline at end of file