{"id":16914872,"url":"https://github.com/voltangle/kumitateru","last_synced_at":"2025-12-26T18:30:14.128Z","repository":{"id":45180671,"uuid":"366282062","full_name":"voltangle/kumitateru","owner":"voltangle","description":"Build system for Garmin ConnectIQ. Simple, fast, powerful!","archived":true,"fork":false,"pushed_at":"2022-01-03T09:24:18.000Z","size":323,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T16:40:50.009Z","etag":null,"topics":["connect-iq","monkey-c","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voltangle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://www.buymeacoffee.com/ggoraao","patreon":"ggoraa"}},"created_at":"2021-05-11T06:42:33.000Z","updated_at":"2024-02-27T19:36:09.000Z","dependencies_parsed_at":"2022-09-13T08:00:32.626Z","dependency_job_id":null,"html_url":"https://github.com/voltangle/kumitateru","commit_stats":null,"previous_names":["voltangle/kumitateru","ggoraa/kumitateru"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltangle%2Fkumitateru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltangle%2Fkumitateru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltangle%2Fkumitateru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltangle%2Fkumitateru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voltangle","download_url":"https://codeload.github.com/voltangle/kumitateru/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239712551,"owners_count":19684832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["connect-iq","monkey-c","rust"],"created_at":"2024-10-13T19:15:37.788Z","updated_at":"2025-12-26T18:30:14.066Z","avatar_url":"https://github.com/voltangle.png","language":"Rust","funding_links":["https://www.buymeacoffee.com/ggoraao","https://patreon.com/ggoraa"],"categories":["Tools"],"sub_categories":["Older resources"],"readme":"![](https://github.com/ggoraa/kumitateru/actions/workflows/build.yaml/badge.svg)\n# Kumitateru\nKumitateru is a build system for Garmin ConnectIQ, written in Rust.\n\nIt is ALPHA software, be aware\n\n## Project structure\n\nThe basic directory structure looks like this:\n```\n├── id_rsa_garmin.der\n├── kumitateru\n├── package.toml\n├── resources\n│   ├── drawables\n│   │   ├── drawables.xml\n│   │   └── launcher_icon.png\n│   ├── fonts\n│   │   └── fenix5\n│   ├── layouts\n│   ├── menus\n│   ├── settings\n│   └── strings\n│       └── main\n│           └── strings.xml\n└── src\n```\n\n## Build config\nBuild config sits in the root of the project, and named `package.toml`. It looks like this:\n\n```toml\n[package]\nname_res = \"@Strings.AppName\"\nicon_resource = \"@Drawables.LauncherIcon\"\nmain_class = \"MyApp\"\n# Currently here for the future, exactly for supporting libraries(barrels) as projects, not only apps.\npackage_type = \"app\"\napp_type = \"watch-app\"\nmin_sdk = \"1.2.0\"\n# This property is for setting the SDK, which will be used to build the app\ntarget_sdk = \"4.0.4\"\n\n[package_meta]\nname = \"MyApp\"\nid = \"app-id\"\nversion = \"1.0.0\"\ndevices = [\"fenix6xpro\"]\npermissions = [\"Background\"]\nlanguages = [\"eng\"]\n\n[build]\nsigning_key = \"id_garmin_sign.der\"\n# This will be, again, for future. Will be used for code analysis, like possible places of crash, bad design, and much more\ncode_analysis_on_build = false\ntype_check_level = 0 # Type checking, which was introduced in CIQ 4.0.0. Levels: 0: disable, 1: gradual, 2: informative, 3: strict\ncompiler_args = \"\" # If you want some custom parameters, place them here\n\n[dependencies]\n\"simple-barrel\" = [\"0.1.0\", \"simple-barrel-0.1.0.barrel\"] # The second entry is a path to the barrel inside of dependencies folder.\n```\n\n## Using the build system\nBasic build command is `./kumitateru build`, which compiles the app in .iq format. To build\nfor a specific device, run `./kumitateru build --target \u003cdevice\u003e`. To build for all devices\nin .prg, you run `./kumitateru build --target all`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltangle%2Fkumitateru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoltangle%2Fkumitateru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltangle%2Fkumitateru/lists"}