Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[build]
type = "makefile"
[build.flags]
makefile_commands = [
"make",
"make test",
]
makefile_install_commands = ["make DESTDIR=$DESTDIR install"]
[dependencies]
runtime = [
"glibc",
"expat",
"perl",
]
[package]
description = "Perl interface to James Clark's XML parser, Expat"
homepage = "https://metacpan.org/pod/XML::Parser"
license = "Artistic-1.0-Perl"
name = "perl-xml-parser"
version = "2.47"
[[source]]
extract_dir = "$name-$version"
post_extract = ["perl Makefile.PL"]
sha256 = "ad4aae643ec784f489b956abe952432871a622d4e2b5c619e8855accbfc4d1d8"
url = "https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-$version.tar.gz"