26 lines
487 B
TOML
26 lines
487 B
TOML
[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"
|