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-io-compress linux aarch64 support #52152

Merged
merged 9 commits into from
Nov 19, 2024
14 changes: 11 additions & 3 deletions recipes/perl-io-compress/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{% set name = "perl-io-compress" %}
package:
name: perl-io-compress
name: {{ name }}
version: 2.201

source:
url: https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-2.201.tar.gz
sha256: f6c55c4e39cfaa3219965dd3b36c9de1edee9a82a10a9cadeb3b74a9ceeeaaad

build:
number: 2

number: 3
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}

requirements:
build:
- make
Expand Down Expand Up @@ -55,6 +58,11 @@ test:
- IO::Uncompress::RawInflate
- IO::Uncompress::Unzip

extra:
additional-platforms:
- linux-aarch64
# perl-compress-raw-bzip2 and perl-scalar-list-utils missing
# - osx-arm64
about:
home: http://metacpan.org/pod/IO-Compress
license: perl_5
Expand Down