27 lines
587 B
TOML
27 lines
587 B
TOML
[build]
|
|
type = "perl"
|
|
|
|
[build.flags]
|
|
make-test-vars = [ "LANG=en_US.UTF-8" ]
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"gettext",
|
|
"perl",
|
|
]
|
|
|
|
[package]
|
|
description = "Permits access from Perl to the gettext() family of functions"
|
|
homepage = "https://search.cpan.org/dist/Locale-gettext/"
|
|
license = [
|
|
"GPL-1.0",
|
|
"Artistic-2.0",
|
|
]
|
|
name = "perl-locale-gettext"
|
|
version = "1.07"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15"
|
|
url = "https://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/Locale-gettext-$version.tar.gz"
|