{"id":18412378,"url":"https://github.com/abinit/homebrew-tap","last_synced_at":"2025-09-05T20:33:33.847Z","repository":{"id":47992040,"uuid":"176969834","full_name":"abinit/homebrew-tap","owner":"abinit","description":"Homebrew tap for Abinit","archived":false,"fork":false,"pushed_at":"2025-03-19T07:30:10.000Z","size":161,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-05T19:34:14.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/abinit.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":"2019-03-21T15:09:01.000Z","updated_at":"2025-03-19T07:30:15.000Z","dependencies_parsed_at":"2025-04-12T16:13:08.793Z","dependency_job_id":"28d1050f-93ce-481d-b888-ea3613fdfc33","html_url":"https://github.com/abinit/homebrew-tap","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/abinit/homebrew-tap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abinit%2Fhomebrew-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abinit%2Fhomebrew-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abinit%2Fhomebrew-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abinit%2Fhomebrew-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abinit","download_url":"https://codeload.github.com/abinit/homebrew-tap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abinit%2Fhomebrew-tap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273815815,"owners_count":25173309,"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-09-05T02:00:09.113Z","response_time":402,"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":"2024-11-06T03:41:28.043Z","updated_at":"2025-09-05T20:33:33.790Z","avatar_url":"https://github.com/abinit.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homebrew tap for ABINIT\n\nThis is a [Homebrew](https://brew.sh/) [tap](https://docs.brew.sh/Taps) for the [Abinit](https://www.abinit.org) code.\n\n## Installing `ABINIT`\n\nInstall Homebrew and run\n\n```\nbrew tap abinit/tap\nbrew install abinit\n```\n\n*Notes:*\n\n- *Always use the latest Homebrew version (use* `brew upgrade`*).*\n- *Bottles for all macOS versions and hardware (Intel and `Mac Silicon` arm64) are not always provided. If so, abinit will be built on the fly during installation process. The build only takes 5' on a Macbook M1 (2022).*\n\n\u003e If you experience difficulties with precompiled bottles (following an update of homebrew, for example), you can force the re-compilation of abinit:\n\u003e ```brew install --build-from-source abinit```\n\u003e If you experience an error like `curl: (60) SSL certificate problem`, try this:\n\u003e ```HOMEBREW_FORCE_BREWED_CURL=1 brew install abinit```\n\n## Installing post-processing tool `AGATE`\n\nThis tap also contains [agate](https://github.com/piti-diablotin/agate) (**A**binit **G**raphical **A**nalysis **T**ool `E`ngine) and its Qt interface [qAgate](https://github.com/piti-diablotin/qAgate).\nYou can install `agate` with\n```\nbrew install agate\n```\nIndependently, you can install `qAgate` (graphical interface for `agate`) with\n```\nbrew install qagate\n```\nThe `.app` will be place in `${HOMEBREW_PREFIX}/opt/qagate/bin`\nTo make the app appear in the launcher, you can then make a symlink to `/Applications/`. Just type: `ln -s ${HOMEBREW_PREFIX}/opt/qagate/bin/qAgate.app /Applications`.\n\nYou also can install `qagate` via a `cask`(a precompiled version):\n```\nbrew install --cask qagate\n```\nThe app will directly appear in the launcher.\n\u003e **Note**: if macOS complains because `qAgate` is from an unidentified developer, [allow it in the MacOS settings](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac).  \n\u003e If macOS reports that the app is damaged, type `sudo spctl --master-disable` in a terminal and select _Anywhere_ In `Settings/Privacy \u0026 Security/Security` (see [this](https://osxdaily.com/2022/11/17/allow-apps-downloaded-open-anywhere-macos/)).\n\n## Building bottles\n*This section is for the* `abinit maintainers`*...*\n\nHomebrew formulae can include compiled binaries, which it calls \"bottles\". To build a new bottle (perhaps for a new operating system or Abinit release):\n\n1. `brew install --build-bottle abinit` (or `brew install --build-bottle abinit --with-testsuite` to install the whole test suite).\n1. `brew bottle abinit --keep-old --root-url=http://forge.abinit.org/homebrew` and note the lines of output it gives you (root_url, sha256, etc.).\n1. Rename the bottle to use a single hyphen (e.g. `abinit--9.10.1.catalina.bottle.tar.gz` to  `abinit-9.10.1.catalina.bottle.tar.gz`). On linux, `run sha256sum` on the renamed file, and use the result to replace the bottle hash from previous item.\n1. Upload the resulting file to http://forge.abinit.org/homebrew.\n1. Update the `abinit` formula with the bottle SHA and tag, in the bottle section with the custom URL.\n\nNew installs will then use this bottle.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabinit%2Fhomebrew-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabinit%2Fhomebrew-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabinit%2Fhomebrew-tap/lists"}