summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorSinan81 <Sinan81@github>2019-08-18 02:27:59 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2019-08-21 16:12:33 -0700
commit17ee9c7229f77f6997cf8825eadb0b3bcb8e6989 (patch)
treef4fe76f7a2ff726b07a44f59a0cab4847eeee7ca /var
parent08e389cb7d3838ef77bd559d5eb53cf74a469cd6 (diff)
downloadspack-17ee9c7229f77f6997cf8825eadb0b3bcb8e6989.tar.gz
spack-17ee9c7229f77f6997cf8825eadb0b3bcb8e6989.tar.bz2
spack-17ee9c7229f77f6997cf8825eadb0b3bcb8e6989.tar.xz
spack-17ee9c7229f77f6997cf8825eadb0b3bcb8e6989.zip
new package: QtKeychain
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/qtkeychain/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/qtkeychain/package.py b/var/spack/repos/builtin/packages/qtkeychain/package.py
new file mode 100644
index 0000000000..8e876081fb
--- /dev/null
+++ b/var/spack/repos/builtin/packages/qtkeychain/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2019 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 Qtkeychain(CMakePackage):
+ """Platform-independent Qt API for storing passwords securely."""
+
+ homepage = "https://github.com/frankosterfeld/qtkeychain"
+ url = "https://github.com/frankosterfeld/qtkeychain/archive/v0.9.1.tar.gz"
+
+ version('0.9.1', sha256='9c2762d9d0759a65cdb80106d547db83c6e9fdea66f1973c6e9014f867c6f28e')
+
+ depends_on('qt+dbus')
+ depends_on('libsecret')