Convert old nimble.nimble to nimscript nimble.nimble.

This commit is contained in:
Dominik Picheta 2015-12-30 13:31:03 +00:00
commit c4639fc145

View file

@ -1,12 +1,17 @@
[Package]
name = "nimble"
# Package
version = "0.7.0"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"
bin = "nimble"
bin = @["nimble"]
srcDir = "src"
[Deps]
Requires: "nim >= 0.11.2"
# Dependencies
requires "nim >= 0.11.2"
task tests, "Run the Nimble tester!":
withDir "tests":
exec "nim c -r tester"