qjson: new package (#9925)
This commit is contained in:
parent
0f6f3ece95
commit
b6e664846a
1 changed files with 18 additions and 0 deletions
18
var/spack/repos/builtin/packages/qjson/package.py
Normal file
18
var/spack/repos/builtin/packages/qjson/package.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Copyright 2013-2018 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 import *
|
||||
|
||||
|
||||
class Qjson(CMakePackage):
|
||||
"""QJson is a Qt-based library that maps JSON data to QVariant
|
||||
objects and vice versa."""
|
||||
|
||||
homepage = "http://qjson.sourceforge.net/"
|
||||
url = "https://github.com/flavio/qjson/archive/0.9.0.tar.gz"
|
||||
|
||||
version('0.9.0', '2846278bb5fc9aeacab80ac14b8ed48d')
|
||||
|
||||
depends_on('qt')
|
Loading…
Reference in a new issue