blob: 2846ee317309e9ac50c08f4dd4f7e6757401a282 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = dfl-keyring
pkgdesc = A simple and easy to use implementation of Keyring
pkgver = 0.2.0
pkgrel = 1
url = https://gitlab.com/desktop-frameworks/keyring
arch = x86_64
arch = aarch64
license = GPL3
makedepends = meson
makedepends = ninja
makedepends = qt5-base
makedepends = qt6-base
source = https://gitlab.com/desktop-frameworks/keyring/-/archive/v0.2.0/keyring-v0.2.0.tar.gz
md5sums = 3f20ad1a5b5da8c5846dd4a275b89bfa
pkgname = dfl-keyring
depends = qt5-base
depends = libsecret
optdepends = gnome-keyring: For Gnome integration
optdepends = kwallet5: For Plasma integration
pkgname = dfl-keyring-qt6
depends = qt6-base
depends = libsecret
optdepends = gnome-keyring: For Gnome integration
optdepends = kwallet: For Plasma integration
|