{"id":21935019,"url":"https://github.com/tueda/homebrew-form","last_synced_at":"2026-05-03T20:38:50.808Z","repository":{"id":147125215,"uuid":"94545292","full_name":"tueda/homebrew-form","owner":"tueda","description":"Homebrew formulae for FORM and related software.","archived":false,"fork":false,"pushed_at":"2024-05-11T01:57:59.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T17:48:55.435Z","etag":null,"topics":["form","homebrew-tap"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/tueda.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":"2017-06-16T13:14:15.000Z","updated_at":"2022-11-22T04:10:37.000Z","dependencies_parsed_at":"2025-03-22T13:42:33.934Z","dependency_job_id":"3695b9a2-1607-443a-ab74-0a06f2541d9a","html_url":"https://github.com/tueda/homebrew-form","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tueda/homebrew-form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fhomebrew-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fhomebrew-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fhomebrew-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fhomebrew-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tueda","download_url":"https://codeload.github.com/tueda/homebrew-form/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fhomebrew-form/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272156106,"owners_count":24883172,"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-25T02:00:12.092Z","response_time":1107,"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":["form","homebrew-tap"],"created_at":"2024-11-29T00:18:05.259Z","updated_at":"2026-05-03T20:38:45.785Z","avatar_url":"https://github.com/tueda.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"homebrew-form\n=============\n\nHomebrew formulae for [FORM](https://www.nikhef.nl/~form/) and related software.\n\n[![Build Status](https://travis-ci.org/tueda/homebrew-form.svg?branch=master)](https://travis-ci.org/tueda/homebrew-form)\n\nQuick start\n-----------\n\n1. Install [Homebrew](https://brew.sh/) (macOS) or\n   [Linuxbrew](http://linuxbrew.sh/) (Linux).\n2. Run `brew install tueda/form/\u003cformula\u003e`. Or tap this repository\n   `brew tap tueda/form` and then `brew install \u003cformula\u003e`.\n\nInstalling FORM\n---------------\n\n### Stable version\n\nTo install FORM, run the following command:\n```\nbrew install tueda/form/form\n```\nYou can upgrade the installed FORM by\n```\nbrew upgrade tueda/form/form\n```\n\n### Development version\n\nSometimes you may want to use the development version on\nthe [FORM repository](https://github.com/vermaseren/form), because it may have\nmore functionalities or more well-debugged than the \\`stable\\' version.\nTo install the development version, you can use `--HEAD` option.\n```\nbrew install --HEAD tueda/form/form\n```\nMore install options can be found by `brew info tueda/form/form`.\nFor packages installed with the `--HEAD` option, `brew upgrade` is known\n[not to work](https://github.com/Homebrew/legacy-homebrew/issues/13197).\nInstead, you can reinstall it:\n```\nbrew reinstall --HEAD tueda/form/form\n```\n\nSetting $FORMPATH\n-----------------\n\nFormulae for FORM packages in this repository (e.g., `form-forcer`) will\ninstall package files into the directory shown by\n```\necho \"$(brew --prefix)/share/form\"\n```\nTherefore it is convenient to append this directory to\n[`FORMPATH`](https://www.nikhef.nl/~form/maindir/documentation/reference/online/online.html#145).\nAdd the following line to your `.bashrc` or `.zshrc`:\n```\nexport FORMPATH=\"$FORMPATH:$(brew --prefix)/share/form\"\n```\n\nContributing\n------------\nAny contribution is welcome, but for a pull request making a new formula (e.g.,\nfor your FORM package), there are some conventions you should be aware of.\nProbably, it is best to start by copying an existing formula.\n\n- A formulae for FORM package must have a name `form-\u003cpackage\u003e.rb`.\n- Please follow the Homebrew coding style.\n  You can check your formula by `brew audit --strict \u003cformula\u003e.rb`.\n- `test` is required, which typically runs examples. Probably proprietary\n  software cannot work on our continuous integration setup.\n  Packages depending on them are ruled out from this tap.\n- FORM library files should be installed into the shared `FORMPATH`.\n  Putting many `.prc` files should be avoided because they tend to have common\n  names and may cause conflict with another package in future.\n  The recommended way is, like [Forcer](https://github.com/benruijl/forcer),\n  putting one header file and one directory with the help of the\n  [`#AppendPath`](https://www.nikhef.nl/~form/maindir/documentation/reference/online/online.html#preappendpath)\n  or\n  [`#PrependPath`](https://www.nikhef.nl/~form/maindir/documentation/reference/online/online.html#preprependpath)\n  preprocessor instruction (available since FORM version 4.2) to minimize\n  possible conflict, but for this old packages may need to be modified.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftueda%2Fhomebrew-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftueda%2Fhomebrew-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftueda%2Fhomebrew-form/lists"}