{% set name = "perl-font-ttf" %}
{% set version = "1.06" %}
{% set sha256 = "4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293" %}

package:
  name: {{ name }}
  version: {{ version }}

source:
  url: https://cpan.metacpan.org/authors/id/B/BH/BHALLISSY/Font-TTF-1.06.tar.gz
  sha256: {{ sha256 }}

build:
  noarch: generic
  number: 1

requirements:
  build:
    - make
  host:
    - perl
    - perl-io-string
    - perl-xml-parser

  run:
    - perl
    - perl-io-string
    - perl-xml-parser

test:
  # Perl 'use' tests
  imports:
    - Font::TTF
    - Font::TTF::AATKern
    - Font::TTF::AATutils
    - Font::TTF::Anchor
    - Font::TTF::Bsln
    - Font::TTF::Cmap
    - Font::TTF::Coverage
    - Font::TTF::DSIG
    - Font::TTF::Delta
    - Font::TTF::Dumper
    - Font::TTF::EBDT
    - Font::TTF::EBLC
    - Font::TTF::Fdsc
    - Font::TTF::Feat
    - Font::TTF::Features::Cvar
    - Font::TTF::Features::Size
    - Font::TTF::Features::Sset
    - Font::TTF::Fmtx
    - Font::TTF::GDEF
    - Font::TTF::GPOS
    - Font::TTF::GSUB
    - Font::TTF::Glat
    - Font::TTF::Gloc
    - Font::TTF::Glyf
    - Font::TTF::Glyph
    - Font::TTF::GrFeat
    - Font::TTF::Hdmx
    - Font::TTF::Head
    - Font::TTF::Hhea
    - Font::TTF::Hmtx
    - Font::TTF::Kern
    - Font::TTF::Kern::ClassArray
    - Font::TTF::Kern::CompactClassArray
    - Font::TTF::Kern::OrderedList
    - Font::TTF::Kern::StateTable
    - Font::TTF::Kern::Subtable
    - Font::TTF::LTSH
    - Font::TTF::Loca
    - Font::TTF::Maxp
    - Font::TTF::Mort
    - Font::TTF::Mort::Chain
    - Font::TTF::Mort::Contextual
    - Font::TTF::Mort::Insertion
    - Font::TTF::Mort::Ligature
    - Font::TTF::Mort::Noncontextual
    - Font::TTF::Mort::Rearrangement
    - Font::TTF::Mort::Subtable
    - Font::TTF::OS_2
    - Font::TTF::OTTags
    - Font::TTF::OldCmap
    - Font::TTF::OldMort
    - Font::TTF::PCLT
    - Font::TTF::PSNames
    - Font::TTF::Prop
    - Font::TTF::Silf
    - Font::TTF::Sill
    - Font::TTF::Ttopen
    - Font::TTF::Vhea
    - Font::TTF::Vmtx
    - Font::TTF::Win32  # [win]
    - Font::TTF::Woff
    - Font::TTF::Woff::MetaData
    - Font::TTF::Woff::PrivateData
    - Font::TTF::XMLparse
    # Additional 'use' tests in "run_test.pl" due to version differences
    # between the top-level and these sub- packages.
    #- Font::TTF::Cvt_
    #- Font::TTF::Font
    #- Font::TTF::Fpgm
    #- Font::TTF::Name
    #- Font::TTF::Post
    #- Font::TTF::Prep
    #- Font::TTF::Segarr
    #- Font::TTF::Table
    #- Font::TTF::Ttc
    #- Font::TTF::Utils

about:
  home: http://metacpan.org/pod/Font-TTF
  license: artistic_2
  summary: 'TTF font support for Perl'
