Create files for regular use

These files do not contain code, but are rather used for functional reasons
This commit is contained in:
PentagonLP 2021-05-31 11:59:25 +02:00
parent ad7f25f992
commit 53318204b2
2 changed files with 22 additions and 0 deletions

7
defaultpackages.ccpt Normal file
View File

@ -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"
}

15
packageinfo.ccpt Normal file
View File

@ -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 = ""
}
}