lpm
lpm copied to clipboard
feat: `--destdir` for package installations
e.g., usage: lpm --install $package --destdir $target
Key challenges that needs to be solved:
- Managing dependencies
- Managing package scripts
- Managing package data in the database
Resolves #71