---
galaxy_info:
  role_name: trec
  author: ProfessorManhattan
  description: Installs t-rec (blazingly fast terminal recorder that generates animated gif images for the web written in rust) on Linux and MacOS
  company: Megabyte Labs
  issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/trec/-/issues
  license: license (MIT)
  min_ansible_version: 2.10
  platforms:
    - name: EL
      versions:
        - 7
        - 8
    - name: Fedora
      versions:
        - all
    - name: Ubuntu
      versions:
        - all
    - name: Debian
      versions:
        - all
    - name: MacOS
      versions:
        - all
  galaxy_tags:
    - terminal
    - record
    - gif
    - animated
    - screenshot
  namespace: professormanhattan
dependencies:
  - role: professormanhattan.homebrew
    when: ansible_os_family == "Darwin"
  - role: professormanhattan.rust
    when: ansible_os_family != "Archlinux"
