---
galaxy_info:
  role_name: broot
  author: ProfessorManhattan
  description: Installs broot (an alternative to the cd command) on nearly any platform
  company: Megabyte Labs
  issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/broot/-/issues
  license: license (MIT)
  min_ansible_version: 2.10
  platforms:
    - name: EL
      versions:
        - 7
        - 8
    - name: Archlinux
      versions:
        - all
    - name: Fedora
      versions:
        - all
    - name: Ubuntu
      versions:
        - all
    - name: Debian
      versions:
        - all
    - name: Windows
      versions:
        - 10
    - name: MacOS
      versions:
        - all
  galaxy_tags:
    - broot
    - cd
    - navigation
  namespace: professormanhattan
dependencies:
  - role: professormanhattan.rust
    when: ansible_os_family == 'Windows'
  - role: professormanhattan.homebrew
    when: ansible_os_family == "Darwin"
