{% set version = '2.37' %}

package:
  name: font-ttf-dejavu-sans-mono
  version: {{ version }}

source:
  url: https://sourceforge.net/projects/dejavu/files/dejavu/{{ version }}/dejavu-sans-ttf-{{ version }}.zip
  sha256: 5c6e497a2f36552cb5ffb112c413a6af39c0f3c47653662b90b4fa6499822fd7

build:
  number: 0
  noarch: generic

test:
  requires:
    # dummy to have at least one test env requirement
    - bzip2
  commands:
    - test -f ${PREFIX}/fonts/DejaVuSans.ttf  # [unix]

about:
  home: https://dejavu-fonts.github.io/
  summary: Monospace font for pretty code listings with many mathematical and other symbols
  description: |
    DejaVu fonts are a font family based on the Vera Fonts. Its purpose is to provide a
    wider range of characters while maintaining the original look and feel through the
    process of collaborative development Monospace font for pretty code listings.
    Next to that, DejaVu contains a lot of mathematical and other symbols, arrows, braille
    patterns, etc
  license: BSD-3-Clause
  license_family: BSD
  license_file: LICENSE

extra:
  recipe-maintainers:
    - dbast
