summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-font-ttf/package.py
blob: c5edc6edaf0f17e721b95782fa07b313f76b2cec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class PerlFontTtf(PerlPackage):
    """Perl module for TrueType Font hacking"""

    homepage = "https://metacpan.org/pod/Font::TTF"
    url = "http://search.cpan.org/CPAN/authors/id/B/BH/BHALLISSY/Font-TTF-1.06.tar.gz"

    version("1.06", sha256="4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293")