Testing nimble support.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 16:37:55 +0200
1 files changed,
9 insertions(+),
2 deletions(-)
jump to
M
hastyscribe.nimble
→
hastyscribe.nimble
@@ -24,8 +24,15 @@ requires "nim >= 0.19.0"
before install: exec "nifty install" - exec "ls ." - installDirs.add "packages" + +after install: + exec "nifty install" + +before remove: + exec "nifty -f purge" + +before uninstall: + exec "nifty -f purge" # Tasks