2016-02-04 02:46:57 +00:00
|
|
|
# Package
|
|
|
|
|
|
|
|
version = "0.1.0"
|
|
|
|
author = "Christine Dodrill"
|
|
|
|
description = "The h IRC bot, version 3"
|
|
|
|
license = "MIT"
|
|
|
|
srcDir = "src"
|
|
|
|
bin = @["h3"]
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
2016-02-04 03:28:48 +00:00
|
|
|
requires "nim >= 0.13.0", "irc >= 0.1.0", "parsetoml >= 0.2.0"
|
2016-02-04 02:46:57 +00:00
|
|
|
|
2016-02-04 03:28:48 +00:00
|
|
|
task run, "Runs h3":
|
|
|
|
exec "nimble build"
|
|
|
|
exec "./h3"
|