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

[sources.src]
url       = "http://localhost:8180/g-7.source"
hash.hash = "c7af27a237cb21368eb2b25a068e72283b528684"

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