Convert old nimble.nimble to nimscript nimble.nimble.
This commit is contained in:
parent
ff81c34b5e
commit
c4639fc145
1 changed files with 10 additions and 5 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue