Initial actual commit

This commit is contained in:
Paul Fey 2025-07-05 13:20:11 +02:00
parent e555b62c06
commit 22d338eac2
7 changed files with 84 additions and 43 deletions

9
rodeo-builder.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "rodeo-builder",
"description": "Tool for building rodeo packages",
"version": "0.1",
"build": "bash build.sh",
"dependencies": {
"build_commands": ["pip"]
}
}