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 +"