{"id":29246685,"url":"https://github.com/blocksds/packages","last_synced_at":"2026-03-02T10:31:36.467Z","repository":{"id":265544206,"uuid":"896220074","full_name":"blocksds/packages","owner":"blocksds","description":"Pacman packages of BlocksDS, an SDK to develop applications for Nintendo DS and DSi. https://codeberg.org/blocksds/packages","archived":false,"fork":false,"pushed_at":"2026-02-22T12:25:45.000Z","size":1321,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-22T18:07:18.618Z","etag":null,"topics":["blocksds","nintendo-ds","nintendo-ds-homebrew","nintendo-dsi"],"latest_commit_sha":null,"homepage":"https://blocksds.skylyrac.net/packages/","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blocksds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2024-11-29T20:04:29.000Z","updated_at":"2026-02-22T12:25:48.000Z","dependencies_parsed_at":"2025-01-15T20:24:12.712Z","dependency_job_id":"407d7317-d0a5-4a62-a7e6-b4898a563766","html_url":"https://github.com/blocksds/packages","commit_stats":null,"previous_names":["blocksds/packages"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blocksds/packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocksds%2Fpackages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocksds%2Fpackages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocksds%2Fpackages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocksds%2Fpackages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blocksds","download_url":"https://codeload.github.com/blocksds/packages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocksds%2Fpackages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29998513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"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":["blocksds","nintendo-ds","nintendo-ds-homebrew","nintendo-dsi"],"created_at":"2025-07-03T23:06:10.374Z","updated_at":"2026-03-02T10:31:36.423Z","avatar_url":"https://github.com/blocksds.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlocksDS Packages\n\nThis repo contains build files for all the libraries shipped with BlocksDS. They\nare automatically build and hosted as a pacman repository using Github actions.\nThey can be downloaded with the ``wf-pacman`` command.\n\n## Installing libraries from the repository\n\nInstalling libraries from this repository can be done with ``wf-pacman`` like so:\n\n```\nwf-pacman -Sy library\n```\n\nReplace library with the library which should be installed.\n\nAn overview of libaries available can be viewed with:\n\n```\nwf-pacman -Ss\n```\n\nInstalling default packages (SDK and documentation) can be done with:\n\n```\nwf-pacman -Sy\nwf-pacman -S blocksds-default\n```\n\nYou can install the additional packages (non-core libraries) with:\n```\nwf-pacman -S blocksds-extra\n```\n\nTo update the packages, run:\n\n```\nwf-pacman -Syu\n```\n\n## Building individual packages\n\nBuilding a single package from a clone of this repository can be useful if you\nwish to modify it in some way. It can be done by opening a terminal in the\ndirectory of the chosen library and running the following to build the package:\n\n```\nwf-makepkg\n```\n\nThis will install a package after building it:\n\n```\nwf-pacman -U name-of-the-package.pkg.tar.xz\n```\n\n## Pacman Repository Hosting\n\nThe pacman repository created from this repo is published to GitHub Pages by the\nGitHub Action in this repo. The repository should already be set up in\n`wf-pacman` like this at the bottom of `/opt/wonderful/etc/pacman.conf`:\n\n```\n[blocksds]\nServer = https://blocksds.skylyrac.net/packages/rolling/linux/$arch/\n```\n\nFor forks or alternative repos, pspdev in the url in the `Server` setting should\nbe replaced with the owner of the fork. When forking, make sure to set the\nGitHub Pages source to `GitHub Actions` in the settings of the GitHub repo.\n\n## Contributing\n\nContributions to this repository are welcome. If you wish to update or add a\nlibrary look at the [contributing page](CONTRIBUTING.md).\n\n## Special thanks\n\nA special thanks goes out to both the contributors of PSPDEV and the VITASDK.\nMost of the scripts in this repository are based on scripts written by them.\n\nhttps://github.com/pspdev/psp-packages/\n\nThe initial PKGBUILD files used by BlocksDS packages were obtained from the\nWonderful Toolchain packages repository:\n\nhttps://github.com/WonderfulToolchain/wonderful-packages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocksds%2Fpackages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblocksds%2Fpackages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocksds%2Fpackages/lists"}