Go to file
Robert Morrison 60e06b2144
Another bad commit
Lots of changes here...

- Removed code using RecursivExtractor due to bad usage of /tmp
  Note: the code that used RecursiveExtractor may not have been in the
  previous commit
- Created _functioning_ implementation of DebUnpacker
- Restructured Project layout.

TODO:
- Possibly rewrite how the DebUnpacker works to have the file contents
  part of an entry.
- Further restructuring and refactoring to make the code a little
  neater.
- Add code for the final unpack steps Un-XZ -> untar -> write to disk
- Add code to install
- Add code for modified post-install pre-remove etc..
  This is kinda needed to ensure proper system integration of new
  packages.
2023-06-08 04:36:31 +01:00
Installer Another bad commit 2023-06-08 04:36:31 +01:00
Package Another bad commit 2023-06-08 04:36:31 +01:00
ReleaseData Another bad commit 2023-06-08 04:36:31 +01:00
Version Another bad commit 2023-06-08 04:36:31 +01:00
.EdgeInstaller.Log HELL COMMIT 2023-05-28 15:11:41 +01:00
.gitignore HELL COMMIT 2023-05-28 15:11:41 +01:00
DebUnpack.cs Another bad commit 2023-06-08 04:36:31 +01:00
edge-install.csproj Another bad commit 2023-06-08 04:36:31 +01:00
Program.cs Another bad commit 2023-06-08 04:36:31 +01:00
Program.Downloaders.cs Another bad commit 2023-06-08 04:36:31 +01:00
Program.HelperFunctions.cs Another bad commit 2023-06-08 04:36:31 +01:00
Program.Renderers.cs Another bad commit 2023-06-08 04:36:31 +01:00
Readme.md HELL COMMIT 2023-05-28 15:11:41 +01:00

Edge-Install (Extra Jank Edition)

A dumb package manager, soon to be outfitted with the ability to fully extract .deb packages.

TODO:

  • Add archive extraction code
  • Add install functionality
  • Refactor some classes to make them neater