From 53318204b29e8b8e4268c734ce17addf1ce5e31e Mon Sep 17 00:00:00 2001 From: PentagonLP Date: Mon, 31 May 2021 11:59:25 +0200 Subject: [PATCH] Create files for regular use These files do not contain code, but are rather used for functional reasons --- defaultpackages.ccpt | 7 +++++++ packageinfo.ccpt | 15 +++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 defaultpackages.ccpt create mode 100644 packageinfo.ccpt 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 = "" + } +}