diff --git a/x11-packages/lxqt-notificationd/build.sh b/x11-packages/lxqt-notificationd/build.sh new file mode 100644 index 000000000..9da77923c --- /dev/null +++ b/x11-packages/lxqt-notificationd/build.sh @@ -0,0 +1,10 @@ +TERMUX_PKG_HOMEPAGE=https://lxqt.github.io +TERMUX_PKG_DESCRIPTION="The LXQt notification daemon" +TERMUX_PKG_LICENSE="LGPL-2.1" +TERMUX_PKG_MAINTAINER="Simeon Huang " +TERMUX_PKG_VERSION=0.17.0 +TERMUX_PKG_SRCURL="https://github.com/lxqt/lxqt-notificationd/releases/download/${TERMUX_PKG_VERSION}/lxqt-notificationd-${TERMUX_PKG_VERSION}.tar.xz" +TERMUX_PKG_SHA256=d392cac3d7300a6b8be3431fdde37f453ac439b6fd52b39e6bdeba9ad7a1cab7 +TERMUX_PKG_DEPENDS="qt5-qtbase, liblxqt" +TERMUX_PKG_BUILD_DEPENDS="cmake, perl, lxqt-build-tools, qt5-qtbase-cross-tools, qt5-qttools-cross-tools" +