16 lines
456 B
Plaintext
16 lines
456 B
Plaintext
-- APT Database for CCLinux
|
|
return {
|
|
helloworld = {
|
|
realname = "helloworld",
|
|
name = "Hello, world!",
|
|
description = "A simple hello world application.",
|
|
file = "https://pastebin.com/raw/VAsPvTc4",
|
|
},
|
|
--aurora = {
|
|
--realname = "aurora",
|
|
--name = "Aurora Installer/Runner",
|
|
--description = "Installs and runs the Aurora system.",
|
|
--file = "https://git.gdmn.tk/funey/CCLinux-APT/raw/branch/master/db/aurora.lua",
|
|
--},
|
|
}
|