ccpt/testing/testpackage.ccpt
2021-06-01 15:18:58 +02:00

16 lines
403 B
Plaintext

{
name = "testpackage",
comment = "This package does absolutly nothing!",
author = "PentagonLP",
website = "https://github.com/PentagonLP/ccpt",
newestversion = "1.0",
dependencies = {
testpackage2 = "1.0"
},
install = {
url = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testscript",
filename = "testpackage1",
type = "library",
}
}