ccpt/testing/testpackage.ccpt
2021-06-17 14:23:01 +02:00

17 lines
426 B
Plaintext

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