pit2trello/pit2trello.nimble

29 lines
621 B
Plaintext
Raw Normal View History

2023-03-16 10:32:32 +00:00
# Package
version = "0.2.1"
2023-03-16 10:32:32 +00:00
author = "Jonathan Bernard"
description = "Synchronization tool between JDB pit and Trello."
license = "MIT"
2023-03-22 17:33:43 +00:00
srcDir = "src"
2023-03-16 10:32:32 +00:00
bin = @["pit2trello"]
# Dependencies
2023-03-22 17:33:43 +00:00
requires @[
"nim >= 1.6.10",
"docopt",
"uuids >= 0.1.10",
"zero_functional"
]
# Dependencies from git.jdb-software.com/jdb/nim-packages
requires @[
"cliutils >= 0.8.1",
"pit >= 4.23.3",
2023-03-22 17:33:43 +00:00
"timeutils",
"update_nim_package_version"
]
task updateVersion, "Update the version of this package.":
exec "update_nim_package_version pit2trello 'src/pit2trellopkg/cliconstants.nim'"