{"id":13728130,"url":"https://github.com/redthing1/dkarm_gba_docker","last_synced_at":"2025-06-23T10:36:31.678Z","repository":{"id":156959664,"uuid":"412319684","full_name":"redthing1/dkarm_gba_docker","owner":"redthing1","description":"a docker image for building gba games with devkitarm","archived":false,"fork":false,"pushed_at":"2024-01-06T20:28:36.000Z","size":32,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-29T10:13:40.573Z","etag":null,"topics":["devkitarm","docker","gameboy-advance","gba","gba-development"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redthing1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-10-01T04:02:38.000Z","updated_at":"2025-02-24T19:55:47.000Z","dependencies_parsed_at":"2024-01-06T21:26:36.878Z","dependency_job_id":"fa5d73bd-46a0-4b00-802a-9a1575336a14","html_url":"https://github.com/redthing1/dkarm_gba_docker","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/redthing1/dkarm_gba_docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fdkarm_gba_docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fdkarm_gba_docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fdkarm_gba_docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fdkarm_gba_docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redthing1","download_url":"https://codeload.github.com/redthing1/dkarm_gba_docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fdkarm_gba_docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261462911,"owners_count":23162048,"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":["devkitarm","docker","gameboy-advance","gba","gba-development"],"created_at":"2024-08-03T02:00:37.633Z","updated_at":"2025-06-23T10:36:26.658Z","avatar_url":"https://github.com/redthing1.png","language":"Dockerfile","readme":"\n# DevkitARM GBA for Docker\n\nThis repository provides a Docker image for building GBA games with DevkitARM. It offers multiple flavors:\n\n- **Base Image**: What most users typically need.\n- **Dusk Image**: Enhanced with additional tools and utilities for a range of projects.\n\n## Included Packages\n\n### Base Devkit (default)\n\n- **Build tools**: `devkitarm`, `git`, `make`, `c`, `c++`, `wget`, `curl`\n- **DevkitARM package**: `gba-dev`\n\n### Dusk Addons (only in `dusk` flavor)\n\n- **Asset packers**: `crunch`, `Tiled2GBA`\n- **Programming languages**: `Nelua`, `D`\n\n## Building the Docker Image\n\nYou can build the Docker images using the provided Makefile targets:\n\n### Base Devkit (recommended)\n\n```sh\nmake docker-build\n```\n\n### Dusk Devkit\n\n```sh\nmake docker-build-dusk\n```\n\n## Usage\n\nTo open a shell inside the container with the current directory mounted:\n\n### Opening a Shell in Your Project\n\n```sh\ndocker run -it --rm -v $(pwd):/source --user \"$(id -u):$(id -g)\" dkarm_base:local -l -c bash\n```\n\n## Examples\n\n### Duster (with dusk flavor)\n\nTo build [duster](https://github.com/redthing1/duster) with the Dusk flavor:\n\n```sh\ndocker run -it --rm -v $(pwd):/source dkarm_dusk:local -l -c \"pushd . \u0026\u0026 git submodule update --init --recursive \u0026\u0026 cd src/DusterGBA \u0026\u0026 make clean \u0026\u0026 make build \u0026\u0026 popd\"\n```\n\n### Celeste classic\n\nTo build the [Celeste Classic](https://github.com/JeffRuLz/Celeste-Classic-GBA) homebrew ROM:\n\n```sh\ndocker run -it --rm -v $(pwd):/source --user \"$(id -u):$(id -g)\" dkarm_base:local -l -c \"make\"\n```\n\n### Varoom3D from Butano\n\nTo build [Varoom3D](https://github.com/GValiente/butano) with the Dusk flavor:\n```sh\ndocker run -it --rm -v $(pwd):/source --user \"$(id -u):$(id -g)\" -e LIBBUTANOABS=/source/butano dkarm_dusk:local -l -c \"cd /source/games/varooom-3d/ \u0026\u0026 make -j2\"\n```\n","funding_links":[],"categories":["Testing","测试"],"sub_categories":["Other places"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredthing1%2Fdkarm_gba_docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredthing1%2Fdkarm_gba_docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredthing1%2Fdkarm_gba_docker/lists"}