🔒 Repository is read-only – file editing is disabled.

recipes/gui/qtkeychain/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: qtkeychain
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
- qtbase
- cmake
- qttools
source:
- 'https://github.com/frankosterfeld/qtkeychain/archive/${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  mkdir -p build
  cd build
  cmake ../${pkgname}-${pkgver} \
  -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_INSTALL_PREFIX=/usr
  make
  make DESTDIR=${PKGDIR} install

  install -Dm644 ../${pkgname}-${pkgver}/COPYING \
  ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
  true