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

[sources.src]
url       = "http://localhost:8180/a-1.source"
hash.hash = "eb68d0823f7047958133e66ebedc923825e8a8fe"

[dependencies]
runtime         = ["b =2", "c =3"]

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