{"id":51575987,"url":"https://github.com/precizer/gentoo-overlay","last_synced_at":"2026-07-11T00:02:03.142Z","repository":{"id":368915853,"uuid":"1287465036","full_name":"precizer/gentoo-overlay","owner":"precizer","description":"Gentoo overlay for Precizer, a lightweight file integrity verification and comparison tool","archived":false,"fork":false,"pushed_at":"2026-07-02T18:41:21.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-02T20:25:07.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://precizer.github.io","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/precizer.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":"2026-07-02T17:59:06.000Z","updated_at":"2026-07-02T18:41:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/precizer/gentoo-overlay","commit_stats":null,"previous_names":["precizer/gentoo-overlay"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/precizer/gentoo-overlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/precizer%2Fgentoo-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/precizer%2Fgentoo-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/precizer%2Fgentoo-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/precizer%2Fgentoo-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/precizer","download_url":"https://codeload.github.com/precizer/gentoo-overlay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/precizer%2Fgentoo-overlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35346645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"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":"2026-07-11T00:02:02.343Z","updated_at":"2026-07-11T00:02:03.031Z","avatar_url":"https://github.com/precizer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gentoo repository for Precizer\n\n[Русская версия](README.ru.md)\n\nThis repository is an external Gentoo ebuild repository for installing Precizer through Portage\n\nPrecizer is a lightweight, high-performance CLI tool written in C for file integrity verification and comparison. It walks directory trees, calculates SHA512 checksums, and stores the results in an SQLite database. Databases can be compared with each other to find missing files and files with different contents\n\nThe tool is useful for validating synchronization results, backups, and Disaster Recovery scenarios. Precizer does not modify, delete, or move the files being checked. All working data is written only to the Precizer database\n\n## Enable the Repository\n\nRun the commands as `root`\n\n```sh\nemerge --ask --noreplace dev-vcs/git\ninstall -d /etc/portage/repos.conf\ncat \u003e/etc/portage/repos.conf/precizer.conf \u003c\u003c'EOF'\n[precizer]\nlocation = /var/db/repos/precizer\nsync-type = git\nsync-uri = https://github.com/precizer/gentoo-overlay.git\nauto-sync = yes\nEOF\nemaint sync --repo precizer\n```\n\n## Install\n\n```sh\nemerge --ask app-forensics/precizer\nprecizer --version\n```\n\n## Install with Tests\n\nTo build the package and run the tests from the ebuild, enable the `test` USE flag and the `test` Portage feature for this invocation\n\n```sh\nUSE=\"test\" FEATURES=\"test\" emerge --ask app-forensics/precizer\nprecizer --version\n```\n\n`USE=test` allows the test phase for `app-forensics/precizer`, and `FEATURES=test` tells Portage to actually run tests during the build\n\n## Update\n\nTo update only this repository, use\n\n```sh\nemaint sync --repo precizer\n```\n\nAfter syncing, update the package in the usual way\n\n```sh\nemerge --ask --update app-forensics/precizer\n```\n\n`emerge --sync` will also synchronize this repository because `auto-sync = yes` is enabled for it\n\n## Disable\n\n```sh\nemerge --ask --depclean app-forensics/precizer\nrm -f /etc/portage/repos.conf/precizer.conf\nrm -rf /var/db/repos/precizer\n```\n\n## Repository Structure\n\n```text\napp-forensics/precizer/\nmetadata/\nprofiles/\n```\n\n`app-forensics/precizer/` contains the ebuild and package metadata. `metadata/layout.conf` tells Portage that this overlay inherits the main Gentoo repository. `profiles/repo_name` sets the repository name to `precizer`\n\n## Links\n\n- Main project: https://github.com/precizer/precizer\n- Project site: https://precizer.github.io/\n- Bugs and feature requests: https://github.com/precizer/precizer/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprecizer%2Fgentoo-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprecizer%2Fgentoo-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprecizer%2Fgentoo-overlay/lists"}