16 lines
403 B
Plaintext
16 lines
403 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"
|
|
},
|
|
install = {
|
|
url = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testscript",
|
|
filename = "testpackage1",
|
|
type = "library",
|
|
}
|
|
}
|