{"id":17091300,"url":"https://github.com/jhurliman/jetson-ppa","last_synced_at":"2026-04-16T08:35:27.901Z","repository":{"id":250222042,"uuid":"833299709","full_name":"jhurliman/jetson-ppa","owner":"jhurliman","description":"Build scripts to publish Jetson-optimized software to a custom PPA","archived":false,"fork":false,"pushed_at":"2025-05-20T22:24:56.000Z","size":38,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T22:58:08.031Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jhurliman.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}},"created_at":"2024-07-24T18:51:07.000Z","updated_at":"2024-10-31T20:13:20.000Z","dependencies_parsed_at":"2025-05-20T23:07:11.543Z","dependency_job_id":null,"html_url":"https://github.com/jhurliman/jetson-ppa","commit_stats":null,"previous_names":["jhurliman/jetson-ppa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jhurliman/jetson-ppa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhurliman%2Fjetson-ppa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhurliman%2Fjetson-ppa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhurliman%2Fjetson-ppa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhurliman%2Fjetson-ppa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhurliman","download_url":"https://codeload.github.com/jhurliman/jetson-ppa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhurliman%2Fjetson-ppa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31878071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T07:36:03.521Z","status":"ssl_error","status_checked_at":"2026-04-16T07:35:53.576Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-10-14T13:58:12.283Z","updated_at":"2026-04-16T08:35:27.867Z","avatar_url":"https://github.com/jhurliman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jetson-ppa\nBuild scripts and infrastructure to publish Jetson-optimized software to a custom apt repository.\n\n# Usage\n\nTo use the software published in this repository, you need to add the repository to your apt sources. To do this, run the following commands (assuming Jetson R32.7):\n\n```bash\nwget -qO- https://repo.download.mvi.llc/jhurliman-public-key.asc | sudo gpg --no-default-keyring --keyring /usr/share/keyrings/jhurliman.gpg --import\necho \"deb [signed-by=/usr/share/keyrings/jhurliman.gpg] https://repo.download.mvi.llc/jetson/common r32.7 main\" | sudo tee /etc/apt/sources.list.d/mvi-ppa.list\nsudo apt update\n```\n\nYou can then upgrade to a recent OpenCV Jetson-optimized build with the following command:\n\n```bash\nsudo apt upgrade nvidia-jetpack\n```\n\nOr if you are only interested in OpenCV and do not have JetPack installed:\n\n```bash\nsudo apt install libopencv\n```\n\n# Development\n\nDocker is the only dependency for the build process, and QEMU if you are not on an ARM64 machine.\n\n```bash\n./scripts/build.sh \u003cjetson-r32 x64\u003e \u003cpackage-name\u003e\n```\n\nPublishing requires `GPG_PUBLIC_KEY` and `GPG_PRIVATE_KEY` environment variables to be set. Example:\n\n```bash\ngpg --show-keys \u003cpath-to-public-key.asc\u003e\nexport GPG_PUBLIC_KEY=\u003cpublic-key\u003e\nexport GPG_PRIVATE_KEY=$(cat \u003cpath-to-private-key.asc\u003e)\n```\n\nTo publish a package, run:\n\n```bash\n./scripts/publish-\u003cpackage_name\u003e.sh \u003cjetson-r32 x64\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhurliman%2Fjetson-ppa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhurliman%2Fjetson-ppa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhurliman%2Fjetson-ppa/lists"}