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

[sources.src]
url       = "http://localhost:8180/c-3.source"
hash.hash = "ee4110c6e42791861e5720646c965580a0ddae8d"

[dependencies]
runtime         = ["g =7", "h =8"]


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