🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233
pkgname: qtkeychain-qt6
pkgver: '0.17.0'
pkgrel: '1'
pkgdesc: Provides support for secure credentials storage
url: 'https://github.com/frankosterfeld/qtkeychain'
arch: x86_64
license:
- BSD
depends: []
makedepends:
- libsecret
- qt6-base
- cmake
- qt6-tools
- qt6-declarative
source:
- 'https://github.com/frankosterfeld/qtkeychain/archive/${pkgver}.tar.gz'
sha256sums:
- 3b85c3929034b0a99da777130c34d99f006fcd3a9d56564159399a33fee0e504
build: |
mkdir -p build
cd build
cmake ../qtkeychain-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_WITH_QT6=ON \
-DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=${PKGDIR} install
install -Dm644 ../qtkeychain-${pkgver}/COPYING \
${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
true