| freeqsay: Nim port of the Clojure implementation | 1 | version = "0.1.0" |
| 2 | author = "nandi" | |
| 3 | description = "Cowsay with your FreeqWorld face: freeqsay <handle> <message>" | |
| 4 | license = "MIT" | |
| 5 | srcDir = "src" | |
| 6 | bin = @["freeqsay"] | |
| 7 | installExt = @["nim"] | |
| 8 | ||
| 9 | requires "nim >= 2.0.0" | |
| 10 | ||
| 11 | task test, "Run the test suite": | |
| 12 | exec "nim c -d:ssl --hints:off -r tests/test_avatar.nim" |