mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
* Perl 5.38.2 => 5.40.0 Perl_app_cpanminus 1.7046 => 1.7047 Perl_date_manip 6.91 => 6.95 Perl_glib 1.3293 => 1.3294 Perl_glib_object_introspection 0.050 => 0.051 Perl_http_date 6.05 => 6.06 Perl_http_request 6.44 => 6.46 Perl_io_file 1.51 => 1.55_01 Perl_io_socket_ssl 2.083 => 2.085 Perl_lwp_protocol_https 6.10 => 6.14 Perl_net_http 6.22 => 6.23 Perl_net_ssleay 1.92 => 1.94 Perl_pod_parser 1.66 => 1.67 Perl_stow 2.3.1 => 2.4.0 Perl_test_output 1.033 => 1.034 Perl_text_csv 2.02 => 2.04 Perl_xml_namespacesuport 1.12 => 1.12_9 Perl_xml_parser 2.46 => 2.47 * add binaries for successful builds Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust more packages to use buildsystems, remove binaries for no_compile_needed packages Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com>
25 lines
942 B
Ruby
25 lines
942 B
Ruby
require 'buildsystems/perl'
|
|
|
|
class Perl_glib < PERL
|
|
description 'Provides perl access to Glib and GLib\'s GObject libraries.'
|
|
homepage 'https://metacpan.org/pod/Glib'
|
|
version '1.3294-perl5.40'
|
|
license 'GPL PerlArtistic'
|
|
compatibility 'all'
|
|
source_url 'https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-1.3294.tar.gz'
|
|
source_sha256 'd715f5a86bcc187075de85e7ae5bc07b0714d6edc196a92da43986efa44e5cbb'
|
|
binary_compression 'tar.zst'
|
|
|
|
binary_sha256({
|
|
i686: 'a4fd5e4b9180a502de77a3225093b3bec875a33dda2fda3bd69ce5b84ddd6a6e',
|
|
aarch64: '3f5e6be19f4e2c4c91badb2bf7c533a7e91faa89682e6326226fb2168ba4a75e',
|
|
armv7l: '3f5e6be19f4e2c4c91badb2bf7c533a7e91faa89682e6326226fb2168ba4a75e',
|
|
x86_64: 'd6bddaf3b90e82e7e4ba064ec14d09e0ba89bac40824b92a59deefb85c7e11fd'
|
|
})
|
|
|
|
depends_on 'glibc' # R
|
|
depends_on 'glib' # R
|
|
depends_on 'perl_extutils_depends' => :build
|
|
depends_on 'perl_extutils_pkgconfig' => :build
|
|
end
|