Skip to content

Commit

Permalink
add missing recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 4, 2024
1 parent 7a6943b commit d983812
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions test-data/recipes/perl-test/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
context:
version: 0.03

package:
name: perl-call-context
version: ${{ version }}

source:
url: https://cpan.metacpan.org/authors/id/F/FE/FELIPE/Call-Context-${{ version }}.tar.gz
sha256: 0ee6bf46bc72755adb7a6b08e79d12e207de5f7809707b3c353b58cb2f0b5a26

build:
number: 0
noarch: generic
script:
- perl Makefile.PL INSTALLDIRS=site NO_PERLLOCAL=1 NO_PACKLIST=1
- make
- make test
- make install
- pod2text ${PREFIX}/lib/perl5/core_perl/pods/perlartistic.pod > LICENSE-ARTISTIC
- pod2text ${PREFIX}/lib/perl5/core_perl/pods/perlgpl.pod > LICENSE-GPL

requirements:
build:
- make
host:
- perl

tests:
- perl:
uses:
- Call::Context

about:
license: GPL-1.0-or-later OR Artistic-1.0-Perl
license_file:
- LICENSE-ARTISTIC
- LICENSE-GPL
summary: Sanity-check calling context
homepage: http://metacpan.org/pod/Call-Context

0 comments on commit d983812

Please sign in to comment.