qjson: new package (#9925)

This commit is contained in:
Neil Flood 2018-11-23 04:45:17 +10:00 committed by Adam J. Stewart
parent 0f6f3ece95
commit b6e664846a

View 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')