termux-packages/x11-packages/lxqt-notificationd/build.sh
Termux Github Actions 5f29632534 lxqt-notificationd: update to 1.1.0
This commit has been automatically submitted by Github Actions.
2022-04-21 12:25:28 +00:00

12 lines
621 B
Bash

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 <symeon@librehat.com>"
TERMUX_PKG_VERSION="1.1.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=84fc1424956a68fef10859561be3602c16ec03ac187fdce7dd3fa4b277c3e32f
TERMUX_PKG_DEPENDS="qt5-qtbase, liblxqt, libnotify"
TERMUX_PKG_BUILD_DEPENDS="lxqt-build-tools, qt5-qtbase-cross-tools, qt5-qttools-cross-tools"
TERMUX_PKG_AUTO_UPDATE=true