packager/docs/pkgfiles/current.md

26 lines
483 B
Markdown
Raw Permalink Normal View History

2023-10-14 22:39:47 +02:00
# PKGFILE
version 1
---
PKGFiles are an all-in-one solution to install a package.
## Overhead
2024-11-21 15:24:27 +01:00
Because pkgfiles include everything, many times you're downloading more than what is needed.
2023-10-14 22:39:47 +02:00
This may seem stupid but pkgfiles are *not* meant to stay on your system.
## Format
The format is as follows:
```
[PKGFILE version (1 byte)][manifest length x 256 (1 byte)][manifest length (1 byte)]
[manifest (manifest length bytes)]
[archive]
```
### Endianness
The file is Big Endian.