libxcvt: new package (#44640)

* Adding libxcvt package

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>

* [@spackbot] updating style on behalf of teaguesterling

* Update package.py

* Update package.py

* updating checksum after swithc to x.org mirror

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>

---------

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
This commit is contained in:
Teague Sterling 2024-08-07 08:00:45 -07:00 committed by GitHub
parent a653579e56
commit b52e4fc650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,16 @@
# Copyright 2013-2024 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 Libxcvt(MesonPackage, XorgPackage):
"""Implementation of the VESA CVT standard timing modelines generator."""
homepage = "https://gitlab.freedesktop.org/xorg/lib/libxcvt"
xorg_mirror_path = "lib/libxcvt-0.1.2.tar.xz"
license("MIT", checked_by="teaguesterling")
version("0.1.2", sha256="0561690544796e25cfbd71806ba1b0d797ffe464e9796411123e79450f71db38")