Spark is a simple "build from source" package installer.
- Any linux distro*
- IPhone (ISH and native)
- WSL
-
- ditro's that don't use
sudo
must have commands ran with the--no-sudo
argument.
- ditro's that don't use
git clone https://github.com/HUSKI3/Spark.git
cd Spark
export PATH="$PWD:$PATH"
chmod a+x spark
(as root) spark -u
spark -h
or
(as root) spark -i nano
INFO: Still in-dev, so is the documentation for them. They will undergo revamps multiple times and should not be relied on untill they are fully developed
.spk is a tarfile with a fixed folder structure, meaning they wont contain any folders outsided the given specification
Folders to include are:
- fs - (is being worked on) for fake root, not to be interfered by the user as of now
- src(optional) - source for the package
Files to include are:
- install.sh - install/build script for the package
- metadata.json - metadata
"package-data"[0] --> a list of info from the spark repo fpr the package
- "depends": in the package folder, deps/{dependency}
- might need to make a fetch thing to fetch the data for this list from the repo