{% set name = "perl-ffi-checklib" %}
{% set version = "0.28" %}
{% set sha256 = "cf377ce735b332c41f600ca6c5e87af30db6c3787f9b67d50a245d1ebe6fc350" %}

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

source:
  url: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.28.tar.gz
  sha256: {{ sha256 }}

build:
  number: 0
  noarch: generic
  run_exports:
    weak:
      - {{ name }} ={{ version }}

requirements:
  build:
    - make
  host:
    - perl
    - perl-test2-suite
  run:
    - perl

test:
  imports:
    - FFI::CheckLib

about:
  home: https://metacpan.org/pod/FFI::CheckLib
  license: perl_5
  summary: 'Check that a library is available for FFI'
