diff --git a/defaultpackages.ccpt b/defaultpackages.ccpt new file mode 100644 index 0000000..7d364f6 --- /dev/null +++ b/defaultpackages.ccpt @@ -0,0 +1,7 @@ +{ + packages = { + ccpt = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/packageinfo.ccpt", + pprint = "https://raw.githubusercontent.com/PentagonLP/properprint/main/packageinfo.ccpt" + }, + ccptversion = "1.0" +} diff --git a/packageinfo.ccpt b/packageinfo.ccpt new file mode 100644 index 0000000..080a174 --- /dev/null +++ b/packageinfo.ccpt @@ -0,0 +1,15 @@ +{ + name = "ComputerCraft Package Tool", + id = "ccpt", + comment = "Package tool for ComputerCraft/CC: Tweaked", + author = "PentagonLP", + website = "https://github.com/PentagonLP/ccpt", + newestversion = "1.0", + dependencies = { + pprint = "1.0" + }, + install = { + type = "script", + scripturl = "" + } +}