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:
parent
a653579e56
commit
b52e4fc650
16
var/spack/repos/builtin/packages/libxcvt/package.py
Normal file
16
var/spack/repos/builtin/packages/libxcvt/package.py
Normal 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")
|
Loading…
Reference in New Issue
Block a user