minimal AppImage-like portable packaging system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tarinstall/TODO.md

21 lines
585 B

4 years ago
# Stuff to make
- simple checksum calculator (MD5)
4 years ago
- enter directory
- checksum of all file
- write file inside directory
- simple RPATH changer
- open file
- determine type of file, exit if not binary
- read RPATH section if present
- modify it with custom path
- save file
3 years ago
# Implement
Change the method of "isolation" from custom PATH and LD_LIBRARY_PATH to linux
namespaces, this option should be reversible when making BSD compatible binaries
Use a self-maintained version of [libcpu][1] to implement simple cross-isa
compatibility
[1]: https://github.com/libcpu/libcpu