summaryrefslogtreecommitdiffstats
path: root/examples/packages/1/repo/d/pkg.toml
blob: ff4430dcc2024b8c966a539598766c33a342abaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name              = "d"
version           = "4"

[sources.src]
url       = "http://localhost:8180/d-4.source"
hash.hash = "e8332116d7a7104f4affc10b6c65a93027441437"

[dependencies]
build = ["i =9"]

[phases]
build.script = '''
    echo "Building {{name}} in version {{version}}"
'''