add(x11): new package xfce4-genmon-plugin

This commit is contained in:
T-Dynamos 2022-08-21 16:47:27 +05:30 committed by 2096779623
parent ea25e7e5c9
commit fdc30ac756
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
TERMUX_PKG_HOMEPAGE=https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin
TERMUX_PKG_DESCRIPTION="Display cyclically run script or program output onto the panel"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.1.1
TERMUX_PKG_SRCURL=https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin/-/archive/xfce4-genmon-plugin-${TERMUX_PKG_VERSION}/xfce4-genmon-plugin-xfce4-genmon-plugin-${TERMUX_PKG_VERSION}.tar
TERMUX_PKG_SHA256=727bb05022c5f25e83977311a1051dd3d211964c7d464fa14312e681198bc9cd
TERMUX_PKG_DEPENDS="hicolor-icon-theme, xfce4-panel"
TERMUX_PKG_BUILD_DEPENDS="intltool"
termux_step_pre_configure () {
NOCONFIGURE=1 ./autogen.sh
}