{"id":25772912,"url":"https://github.com/dfirebaugh/snis-builder","last_synced_at":"2025-08-28T17:09:47.896Z","repository":{"id":279059276,"uuid":"937460128","full_name":"dfirebaugh/snis-builder","owner":"dfirebaugh","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-26T22:02:23.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T03:40:01.497Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfirebaugh.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,"publiccode":null,"codemeta":null}},"created_at":"2025-02-23T05:17:57.000Z","updated_at":"2025-02-26T22:02:26.000Z","dependencies_parsed_at":"2025-02-23T14:42:26.159Z","dependency_job_id":null,"html_url":"https://github.com/dfirebaugh/snis-builder","commit_stats":null,"previous_names":["dfirebaugh/snis-builder"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dfirebaugh/snis-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfirebaugh%2Fsnis-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfirebaugh%2Fsnis-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfirebaugh%2Fsnis-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfirebaugh%2Fsnis-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfirebaugh","download_url":"https://codeload.github.com/dfirebaugh/snis-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfirebaugh%2Fsnis-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272526725,"owners_count":24949836,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-02-27T04:28:27.619Z","updated_at":"2025-08-28T17:09:47.879Z","avatar_url":"https://github.com/dfirebaugh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# snis-builder\n\nBuild automation for [Space Nerds In Space](https://github.com/smcameron/space-nerds-in-space)\n\nThis could be extended to use in some kind of automated release pipeline.\n\nit does the following:\n\n* builds a docker image\n* installs dependencies in the docker image\n* clone the snis repo\n* runs make to output snis binaries and assets\n* copies binaries and assets out of docker image to host machine\n* tarballs up the binaries into a release.tar\n* builds deb file and copies to release dir\n\n\u003e to run this you need [docker installed](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository)\n\u003e `jq` is also a dependency `apt install jq`\n\n```bash\nmake # build the release\n#   output dir contains binaries and assets\n#   release dir contains the tarball\nmake clean # clean up\n```\n\n## on the target system\n\n### Install from .deb\n\ndownload the .deb file\n\n```bash\nsudo apt install ./snis_1.0.0_amd64.deb\n```\n\nrun the game with \n```bash\nsnis\n```\n\n### Manual Install\ndownload the tarball\n\nYou will still need to install the following dependencies.\n```bash\napt install build-essential libsdl2-dev libglew-dev portaudio19-dev\n```\n\nextract the tarball\n\n```bash\nsudo mkdir -p /opt/snis\nsudo chown $USER:$USER /opt/snis\ntar -xvzf snis.tar.gz -C /opt/snis\n```\n\nupdate assets\n```bash\ncd /opt/snis/\n./bin/update_assets_from_launcher.sh\n```\n\n\u003e This copies assets to `~/.local/share/space-nerds-in-space/` dir.\n\nlaunch the `snis_client`\n\n```bash\n/opt/snis/bin/snis_client\n```\n\n\n## Versions\n\nThe version looks at the [https://github.com/smcameron/space-nerds-in-space](https://github.com/smcameron/space-nerds-in-space) repo at the latest tag, commits since the latest tag and latest commit hash which translates to something like `1.0.0.19-abc123`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfirebaugh%2Fsnis-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfirebaugh%2Fsnis-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfirebaugh%2Fsnis-builder/lists"}