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:
18
internal/packet/main.go
Normal file
18
internal/packet/main.go
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user