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
+25
View File
@@ -0,0 +1,25 @@
[build]
type = "custom"
[dependencies]
runtime = [
"glibc",
"sh",
"gdbm",
"libxcrypt"
]
[package]
description = "Practical Extraction and Report Language"
homepage = "https://www.perl.org"
license = [
"GPL-1.0-Or-Later",
"Artistic-1.0-Perl",
]
name = "perl"
version = "5.42.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "sha256:e093ef184d7f9a1b9797e2465296f55510adb6dab8842b0c3ed53329663096dc"
url = "https://www.cpan.org/src/5.0/perl-$version.tar.gz"