package: name: c version: 0.0.1 epoch: 0 description: basic graph example environment: contents: packages: - busybox pipeline: - runs: | mkdir -p ${{targets.destdir}}/usr/bin echo "c" > ${{targets.destdir}}/usr/bin/c.txt