some bug fixes, manifest.toml don't exist anyomre and all data for installation will be in one file name Packet.lua

This commit is contained in:
2025-10-25 10:16:33 -03:00
parent df32178372
commit e3772d0944
11 changed files with 405 additions and 22 deletions

18
internal/packet/main.go Normal file
View File

@@ -0,0 +1,18 @@
package packet
type PacketLua struct {
Name string
Id string
Version string
Description string
Dependencies map[string]string
Author string
Architetures []string
Os []string
PkgType string
GitUrl string
GitBranch string
BuildDependencies string
}