|
| 1 | +{ |
| 2 | + "app-id": "com.github.giv-cli.giv", |
| 3 | + "runtime": "org.freedesktop.Platform", |
| 4 | + "runtime-version": "23.08", |
| 5 | + "sdk": "org.freedesktop.Sdk", |
| 6 | + "command": "giv", |
| 7 | + "modules": [ |
| 8 | + { |
| 9 | + "name": "giv", |
| 10 | + "buildsystem": "simple", |
| 11 | + "build-commands": [ |
| 12 | + "install -D src/giv /app/bin/giv", |
| 13 | + "install -Dm644 src/*.sh /app/lib/giv/", |
| 14 | + "install -Dm644 templates/* /app/share/giv/templates/" |
| 15 | + ], |
| 16 | + "sources": [ |
| 17 | + { "type": "file", "path": "src/giv" }, |
| 18 | + { "type": "file", "path": "src/helpers.sh" }, |
| 19 | + { "type": "file", "path": "src/markdown.sh" }, |
| 20 | + { "type": "file", "path": "templates/changelog_prompt.md" }, |
| 21 | + { "type": "file", "path": "templates/message_prompt.md" }, |
| 22 | + { "type": "file", "path": "templates/post_example.md" }, |
| 23 | + { "type": "file", "path": "templates/post_prompt.md" }, |
| 24 | + { "type": "file", "path": "templates/release_notes_prompt.md" }, |
| 25 | + { "type": "file", "path": "templates/summary_prompt.md" }, |
| 26 | + { "type": "file", "path": "templates/announcement_prompt.md" } |
| 27 | + ] |
| 28 | + } |
| 29 | + ] |
| 30 | +} |
0 commit comments