summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/sheenbidi/package.py
blob: 5d6e1be22980e1174784c9e6ec3c1511b8088b38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 Sheenbidi(MesonPackage):
    """A sophisticated implementation of Unicode Bidirectional Algorithm"""

    homepage = "https://github.com/Tehreer/SheenBidi"
    url = "https://github.com/Tehreer/SheenBidi/archive/v2.6.tar.gz"
    git = "https://github.com/Tehreer/SheenBidi.git"

    license("Apache-2.0")

    version("2.6", sha256="f538f51a7861dd95fb9e3f4ad885f39204b5c670867019b5adb7c4b410c8e0d9")