Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perl findbin #12291

Merged
merged 7 commits into from
Nov 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions recipes/perl-findbin-real/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

export CPATH=${PREFIX}/include
export LIBRARY_PATH=${PREFIX}/lib

perl Makefile.PL INSTALLDIRS=site
make
make test
make install
28 changes: 28 additions & 0 deletions recipes/perl-findbin-real/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package:
name: perl-findbin-real
version: "1.05"

source:
url: https://cpan.metacpan.org/authors/id/S/ST/STRO/FindBin-Real-1.05.tar.gz
md5: 686a6d7027237b6984ae8318ed203366

build:
number: 0

requirements:
host:
- perl
- zlib
run:
- perl
- zlib

test:
# Perl 'use' tests
imports:
- FindBin::Real

about:
home: https://metacpan.org/pod/FindBin::Real
license: perl_5
summary: 'Locates the full path to the script bin directory to allow the use of paths relative to the bin directory.'