xplshn / pelf

Pack an ELF. Turn your binaries into single-file executables [.AppBundle|.blob], similar to AppImages and compatible with AppDirs. LIBC-independent, works on *BSDs.
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

PLANS #6

Closed xplshn closed 3 days ago

xplshn commented 2 weeks ago
  1. Re-estructure the PELF-NG branch to be more tidy
  2. Choose a default PELF implementation (sqfs or dwfs), the rest of implementation should be put at editions/ and be provided as both a "patch" file (diff -Naru) and a binary
  3. AppDirs? Ditch support for our current structure? Make AppBundles just a format and PELF just a packaging tool that creates an output file? This would greatly simplify things, but would mean that we'd lose the: "One command to bundle a program as a single-file executable" thing. Which is why I created PELF...
  4. After these issues have been addresed, default to the pelf-ng branch and rename master to pelf-legacy