{"id":41319083,"url":"https://github.com/junland/apex-ports","last_synced_at":"2026-01-23T05:48:08.116Z","repository":{"id":328857693,"uuid":"1116970408","full_name":"junland/apex-ports","owner":"junland","description":"ApexOS Ports Repository","archived":false,"fork":false,"pushed_at":"2025-12-15T22:52:11.000Z","size":3519,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-12-19T03:28:26.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-15T16:33:34.000Z","updated_at":"2025-12-15T22:38:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/junland/apex-ports","commit_stats":null,"previous_names":["junland/apex-ports"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/junland/apex-ports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junland%2Fapex-ports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junland%2Fapex-ports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junland%2Fapex-ports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junland%2Fapex-ports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junland","download_url":"https://codeload.github.com/junland/apex-ports/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junland%2Fapex-ports/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28681315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T04:33:33.518Z","status":"ssl_error","status_checked_at":"2026-01-23T04:33:30.433Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-23T05:48:07.432Z","updated_at":"2026-01-23T05:48:08.107Z","avatar_url":"https://github.com/junland.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apex-ports\nApexOS Ports Repository\n\n## Overview\n\nThis repository contains the package definitions (APKBUILD files) for building ApexOS packages. ApexOS uses a package system compatible with Alpine Linux's APK package manager.\n\n## Repository Structure\n\n```\napex-ports/\n├── core/           # Core system packages\n├── extra/          # Additional packages\n└── scripts/        # Build and bootstrap scripts\n    └── bootstrap.sh # Cross-compilation bootstrap script\n```\n\n## Cross-Compilation\n\nTo create a cross-compiler and cross-compile an Apex base system for a different architecture, use the bootstrap script:\n\n```bash\n./scripts/bootstrap.sh -a \u003carchitecture\u003e -j \u003cjobs\u003e -o \u003coutput_dir\u003e\n```\n\nSupported architectures:\n- x86_64 (64-bit x86)\n- aarch64 (ARM 64-bit)\n- armv7 / armhf (ARM 32-bit with hard float)\n- armv5, armv6 (older ARM variants)\n- ppc64le (PowerPC 64-bit little-endian)\n- riscv64 (RISC-V 64-bit)\n- loongarch64 (LoongArch 64-bit)\n\nFor detailed documentation on cross-compilation, see [scripts/README.md](scripts/README.md).\n\n## Building Packages\n\n### Prerequisites\n\nBuilding packages requires an Alpine Linux environment with the `alpine-sdk` package:\n\n```bash\napk add alpine-sdk\n```\n\n### Building a Single Package\n\n```bash\ncd core/\u003cpackage-name\u003e\nabuild -r\n```\n\n### Building with Cross-Compilation\n\n```bash\ncd core/\u003cpackage-name\u003e\nCBUILD=x86_64-pc-linux-gnu \\\nCHOST=aarch64-apex-linux-gnu \\\nCTARGET=aarch64-apex-linux-gnu \\\nabuild -r\n```\n\n## Package Categories\n\n### Core Packages\n\nEssential system packages including:\n- **Toolchain**: gcc, binutils, glibc\n- **Core Utilities**: busybox, coreutils, bash\n- **System Libraries**: glibc, linux-headers\n- **Build Tools**: make, cmake, autoconf, automake\n\n### Extra Packages\n\nAdditional software packages for specific use cases.\n\n## Contributing\n\nContributions are welcome! Please ensure that:\n1. APKBUILD files follow Alpine Linux packaging standards\n2. Patches are properly documented\n3. Security fixes are clearly marked\n4. Changes are tested on relevant architectures\n\n## License\n\nSee LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunland%2Fapex-ports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunland%2Fapex-ports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunland%2Fapex-ports/lists"}