summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO28
1 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..39e35ae4119f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,28 @@
+pkgbase = dfl-keyring
+ pkgdesc = A simple and easy to use implementation of Keyring
+ pkgver = 0.1.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.1.0/keyring-v0.1.0.tar.gz
+ md5sums = f5058276ff92bd9dbfd85e13835cf348
+
+pkgname = dfl-keyring
+ depends = qt5-base
+ depends = dfl-ipc
+ depends = libsecret
+ optdepends = gnome-keyring: For Gnome integration
+ optdepends = kwalletd: For Plasma integration
+
+pkgname = dfl-keyring-qt6
+ depends = qt6-base
+ depends = dfl-ipc-qt6
+ depends = libsecret
+ optdepends = gnome-keyring: For Gnome integration
+ optdepends = kwalletd: For Plasma integration