{"id":16019849,"url":"https://github.com/fabasoad/setup-groff-action","last_synced_at":"2026-05-01T14:32:35.708Z","repository":{"id":243957305,"uuid":"813633492","full_name":"fabasoad/setup-groff-action","owner":"fabasoad","description":"This GitHub action installs groff (GNU roff)","archived":false,"fork":false,"pushed_at":"2026-04-16T22:19:07.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-29T05:34:03.412Z","etag":null,"topics":["github-action","github-actions","programming-language","roff","roff-lang","roff-language"],"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/fabasoad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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},"funding":{"custom":["https://www.bitcoinqrcodemaker.com/?style=bitcoin\u0026address=145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH\u0026prefix=on","https://paypal.me/fabasoad"],"github":["fabasoad"],"ko_fi":"fabasoad","liberapay":"fabasoad"}},"created_at":"2024-06-11T12:56:59.000Z","updated_at":"2026-04-16T22:19:10.000Z","dependencies_parsed_at":"2025-03-17T23:21:49.945Z","dependency_job_id":null,"html_url":"https://github.com/fabasoad/setup-groff-action","commit_stats":null,"previous_names":["fabasoad/setup-groff-action"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fabasoad/setup-groff-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-groff-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-groff-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-groff-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-groff-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabasoad","download_url":"https://codeload.github.com/fabasoad/setup-groff-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-groff-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32501399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["github-action","github-actions","programming-language","roff","roff-lang","roff-language"],"created_at":"2024-10-08T17:05:38.559Z","updated_at":"2026-05-01T14:32:35.693Z","avatar_url":"https://github.com/fabasoad.png","language":"Shell","funding_links":["https://www.bitcoinqrcodemaker.com/?style=bitcoin\u0026address=145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH\u0026prefix=on","https://paypal.me/fabasoad","https://github.com/sponsors/fabasoad","https://ko-fi.com/fabasoad","https://liberapay.com/fabasoad"],"categories":[],"sub_categories":[],"readme":"# Setup groff (GNU roff)\n\n[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)\n![GitHub release](https://img.shields.io/github/v/release/fabasoad/setup-groff-action?include_prereleases)\n![functional-tests](https://github.com/fabasoad/setup-groff-action/actions/workflows/functional-tests.yml/badge.svg)\n![security](https://github.com/fabasoad/setup-groff-action/actions/workflows/security.yml/badge.svg)\n![linting](https://github.com/fabasoad/setup-groff-action/actions/workflows/linting.yml/badge.svg)\n\nThis action sets up [groff (GNU roff)](https://www.gnu.org/software/groff).\n\n## Prerequisites\n\n\u003c!-- prettier-ignore-start --\u003e\n| OS      | Supported          | Tools  |\n|---------|--------------------|--------|\n| Linux   | :white_check_mark: | None   |\n| macOS   | :white_check_mark: | `brew` |\n| Windows | :x:                | N/A    |\n\u003c!-- prettier-ignore-end --\u003e\n\n## Inputs\n\n```yaml\n- uses: fabasoad/setup-groff-action@v0\n  with:\n    # (Optional) If \"true\" it installs groff even if it is already installed on\n    # a runner. Otherwise, skips installation. Defaults to \"false\".\n    force: \"false\"\n```\n\n## Outputs\n\n\u003c!-- prettier-ignore-start --\u003e\n| Name      | Description                        | Example |\n|-----------|------------------------------------|---------|\n| installed | Whether groff was installed or not | `true`  |\n\u003c!-- prettier-ignore-end --\u003e\n\n## Example\n\nLet's try to run [hello-world.roff](./hello-world.roff) file using the workflow\nbelow.\n\n```yaml\nname: Setup groff\n\non: push\n\njobs:\n  setup:\n    name: Setup\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v5\n      - uses: fabasoad/setup-groff-action@v0\n      - run: groff -man -Tascii hello.roff\n```\n\nAnd you should see the following output:\n\n```text\nHELLO(1)                    General Commands Manual                   HELLO(1)\n\nNAME\n       hello - print Hello, World!\n\nSYNOPSIS\n       hello\n\nDESCRIPTION\n       The hello command prints \"Hello, World!\" to the standard output.\n\nEXAMPLES\n       hello\n\n       Hello, World!\n\n\nHello Manual                       June 2024                          HELLO(1)\n```\n\n## Contributions\n\n![Alt](https://repobeats.axiom.co/api/embed/bad0e7e13e0dbf910bcea7d53b0d361fdffe6d6f.svg \"Repobeats analytics image\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabasoad%2Fsetup-groff-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabasoad%2Fsetup-groff-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabasoad%2Fsetup-groff-action/lists"}