ups.nimble 297 B

1234567891011121314
  1. version = "0.0.2"
  2. author = "disruptek"
  3. description = "a package handler"
  4. license = "MIT"
  5. requires "npeg >= 0.23.2 & < 1.0.0"
  6. requires "https://github.com/disruptek/testes >= 1.0.0 & < 2.0.0"
  7. task test, "run tests":
  8. when defined(windows):
  9. exec "testes.cmd"
  10. else:
  11. exec findExe"testes"