{"id":15374603,"url":"https://github.com/ading2210/shimboot-binaries","last_synced_at":"2025-04-15T15:11:19.618Z","repository":{"id":244941264,"uuid":"816699529","full_name":"ading2210/shimboot-binaries","owner":"ading2210","description":"Scripts for building statically compiled binaries for use in the Shimboot bootloader.","archived":false,"fork":false,"pushed_at":"2024-06-18T12:40:10.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T21:42:00.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ading2210.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}},"created_at":"2024-06-18T08:34:56.000Z","updated_at":"2025-02-06T21:00:26.000Z","dependencies_parsed_at":"2024-06-18T13:35:22.887Z","dependency_job_id":"acdff9ab-7125-446b-b596-14efa5f65883","html_url":"https://github.com/ading2210/shimboot-binaries","commit_stats":null,"previous_names":["ading2210/shimboot-binaries"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ading2210%2Fshimboot-binaries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ading2210%2Fshimboot-binaries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ading2210%2Fshimboot-binaries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ading2210%2Fshimboot-binaries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ading2210","download_url":"https://codeload.github.com/ading2210/shimboot-binaries/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094932,"owners_count":21211837,"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":[],"created_at":"2024-10-01T13:59:08.530Z","updated_at":"2025-04-15T15:11:19.599Z","avatar_url":"https://github.com/ading2210.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shimboot Static Binaries\n\nThis repo contains scripts for building various utilities that are used within Shimboot. Everything is statically linked, and an Alpine Linux chroot is used to minimize the output size.\n\nThe following programs are compiled:\n- [cryptsetup](https://gitlab.com/cryptsetup/cryptsetup)\n- [lklfuse](https://github.com/libos-nuse/lkl-linux/blob/master/tools/lkl/lklfuse.c)\n- [python-static](https://github.com/ading2210/python-static)\n- [fusermount](https://github.com/libfuse/libfuse)\n- [swtpm](https://github.com/stefanberger/swtpm)\n- [unionfs-fuse](https://github.com/rpodgorny/unionfs-fuse)\n\n## Example:\n```\n$ sudo ./build.sh\n```\n\n```\n$ du out/*\n2.0M    out/cryptsetup\n92K     out/fusermount3\n4.4M    out/lklfuse\n5.4M    out/python3\n1.8M    out/swtpm\n516K    out/unionfs\n```\n\n```\n$ ldd out/*\nout/cryptsetup:\n        not a dynamic executable\nout/fusermount3:\n        not a dynamic executable\nout/lklfuse:\n        not a dynamic executable\nout/python3:\n        not a dynamic executable\nout/swtpm:\n        not a dynamic executable\nout/unionfs:\n        not a dynamic executable\n```\n\n## Copyright:\nThe contents of this repository are licensed under the GNU GPL v3.\n\n```\nading2210/shimboot-binaries: Scripts to build static binaries for Shimboot\nCopyright (C) 2024 ading2210\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fading2210%2Fshimboot-binaries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fading2210%2Fshimboot-binaries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fading2210%2Fshimboot-binaries/lists"}