diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-12-17 15:36:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-12-17 15:36:33 -0300 |
commit | 8d4bbc5ae009b8595a577978a896baece75d942c (patch) | |
tree | 5fea9f3a9b56b4722108e7021697337972358bb5 | |
parent | 84233b8ef29dd913b0114c3975ecc12e3a3f85e8 (diff) | |
download | trashman-8d4bbc5ae009b8595a577978a896baece75d942c.tar.gz trashman-8d4bbc5ae009b8595a577978a896baece75d942c.tar.bz2 |
Updates trashman
-rw-r--r-- | IDEAS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,9 @@ Ideas * Argument passing to distro/action scripts as `--param=value`. * Run check action (if available) before testing/installing/removing. * Multi-licensing and note on the lack of licensing for some scripts. +* Import action to create new packages from a source URI. +* Install from git remote URL (try to guess how to install the software). +* Makefile with DESTDIR (install, uninstall). * Remote deployment and execution of trashman. * Dependency management: * File `dependency` for each package, one package declaration per line. @@ -15,7 +18,10 @@ Ideas * New packages: * hoarder: * rtorrent-ps + * trashman (to install it locally) * trashman: * pkgtool * simplepkg etc * [pkgutils](https://github.com/nipuL/pkgutils) + * caddy http server + * kvmx (using it's Makefile?) |