From da69934e1e4e5ee22d6413fcea9ea434df945a99 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sat, 14 Feb 2026 12:53:08 +0000 Subject: [PATCH] addpkg(x11/libquotient): 0.9.5 --- x11-packages/libquotient/build.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 x11-packages/libquotient/build.sh diff --git a/x11-packages/libquotient/build.sh b/x11-packages/libquotient/build.sh new file mode 100644 index 0000000000..6078b95362 --- /dev/null +++ b/x11-packages/libquotient/build.sh @@ -0,0 +1,12 @@ +TERMUX_PKG_HOMEPAGE="https://quotient-im.github.io/libQuotient" +TERMUX_PKG_DESCRIPTION="A Qt library to write cross-platform clients for Matrix" +TERMUX_PKG_LICENSE="LGPL-2.1-or-later" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION="0.9.5" +TERMUX_PKG_SRCURL="https://github.com/quotient-im/libQuotient/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz" +TERMUX_PKG_SHA256="24366dd59aca7b991756e45c3c8823c43fc6a8fdb161ea6dcce5b666c6300766" +TERMUX_PKG_AUTO_UPDATE=true +TERMUX_PKG_DEPENDS="libc++, libolm, openssl, qt6-qtbase, qtkeychain" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" +-DCMAKE_SYSTEM_NAME=Linux +"