[MacPorts] #55429: qtkeychain
MacPorts
noreply at macports.org
Wed Nov 29 11:42:13 UTC 2017
#55429: qtkeychain
-----------------------+-------------------
Reporter: Liontooth | Owner:
Type: request | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.4.2
Keywords: | Port: QGIS3
-----------------------+-------------------
qtkeychain is needed by QGIS3.
It's available from https://github.com/frankosterfeld/qtkeychain and
builds with a simple
cmake ; make build ; make install
Notes towards a portfile:
{{{
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c
-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
name qtkeychain
version 0.8.0
categories security
platforms darwin
license Modified BSD
maintainers
description Platform-independent Qt API for storing passwords
securely
long_description QtKeychain is a Qt API to store passwords and other
secret data securely. Passwords are stored in the OS X Keychain.
homepage https://github.com/frankosterfeld/qtkeychain
master_sites https://github.com/frankosterfeld/qtkeychain
checksums rmd160 dbfbb8addffacea8475d0439c86ccf1e5551c23d \
sha256
6858475f6da20855d22f13b0db9029ca3a91e7a95b22d799f090f1edb910a9d4
depends_build port:cmake \
port:qt5-qttools
depends_lib port:qt5-qtbase
}}}
--
Ticket URL: <https://trac.macports.org/ticket/55429>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list