25 lines
523 B
TOML
25 lines
523 B
TOML
[build]
|
|
type = "perl"
|
|
|
|
[build.flags]
|
|
skip_tests = true
|
|
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"perl",
|
|
"perl-font-ttf",
|
|
]
|
|
|
|
[package]
|
|
description = "Faciliates the creation and modification of PDF files"
|
|
homepage = "https://metacpan.org/release/PDF-API2"
|
|
license = "LGPL-2.1-or-later"
|
|
name = "perl-pdf-api2"
|
|
version = "2.048"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "369de1a4a5652899a39a45598326248d9c72f02c16812a50e868b7401f634d89"
|
|
url = "https://cpan.metacpan.org/authors/id/S/SS/SSIMMS/PDF-API2-$version.tar.gz"
|