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 = "makefile"
[build.flags]
makefile_commands = [
"perl Makefile.PL INSTALLDIRS=vendor",
"make",
"make test"
]
makefile_install_commands = ["make DESTDIR=$DESTDIR install"]
[dependencies]
runtime = ["perl"]
[package]
description = "Date formating subroutines"
homepage = "https://search.cpan.org/dist/TimeDate"
license = "Artistic-1.0-Perl"
name = "perl-timedate"
version = "2.34"
[[source]]
extract_dir = "$name-$version"
sha256 = "4571da8fad4393e7051be0098bd3ad028b3c60c2d75adf88b1f81b912154d6d2"
url = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/TimeDate-$version.tar.gz"