This commit is contained in:
2025-08-02 14:25:42 -03:00
parent f7edc71d1f
commit 5e91131bdb

View File

@@ -54,7 +54,7 @@ Packages must be compressed as .tar.zst and include:
## Example manifest.toml ## Example manifest.toml
``[Info] [Info]
name = "packets" name = "packets"
version = "1.0.0" version = "1.0.0"
description = "offline and online packetmanager" description = "offline and online packetmanager"
@@ -65,22 +65,22 @@ serial = 0
[Hooks] [Hooks]
install = "install.lua" install = "install.lua"
remove = "remove.lua"`` remove = "remove.lua"
-- --
# 🔄 Installation Process # 🔄 Installation Process
Check if package is already cached and validated via SHA-256. - Check if package is already cached and validated via SHA-256.
If not, search the package: - If not, search the package:
Via LAN: Sends UDP broadcast (Q:filename) to peers. - Via LAN: Sends UDP broadcast (Q:filename) to peers.
Via HTTP: Downloads from configured mirrors. - Via HTTP: Downloads from configured mirrors.
Decompress .tar.zst, install files. - Decompress .tar.zst, install files.
Execute Lua install hook. - Execute Lua install hook.
# 🧩 Core Features # 🧩 Core Features
✅ Dependency Resolution ✅ Dependency Resolution