diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | TODO.md | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -175,7 +175,7 @@ install_directories = { repositories = { example_name = { url = "https://...", - version = "v0.0.0", + version = "v0.0.0", -- can be a tag or branch dependencies = { ... }, @@ -10,6 +10,7 @@ - [x] lua variables for install paths - [x] lua dependency listing - [x] version management +- [-] lua uninstall function - [ ] (maybe) lua custom install methods for sandboxed builds - [ ] (maybe) install to store directory - [ ] (maybe) git commit signature checks |
