From 6ce93701a02117c994f52e27e76cccf9d7ce7b05 Mon Sep 17 00:00:00 2001 From: suhan-paradkar <76830230+suhan-paradkar@users.noreply.github.com> Date: Fri, 23 Apr 2021 19:44:36 +0530 Subject: [PATCH] new package: xfce4-clipman-plugin (#282) --- x11-packages/xfce4-clipman-plugin/build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 x11-packages/xfce4-clipman-plugin/build.sh diff --git a/x11-packages/xfce4-clipman-plugin/build.sh b/x11-packages/xfce4-clipman-plugin/build.sh new file mode 100644 index 000000000..c0a9e1b3c --- /dev/null +++ b/x11-packages/xfce4-clipman-plugin/build.sh @@ -0,0 +1,7 @@ +TERMUX_PKG_HOMEPAGE=https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start +TERMUX_PKG_DESCRIPTION="Clipman is a clipboard manager for Xfce" +TERMUX_PKG_LICENSE="GPL-2.0" +TERMUX_PKG_VERSION=1.6.1 +TERMUX_PKG_SRCURL=https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-$TERMUX_PKG_VERSION.tar.bz2 +TERMUX_PKG_SHA256=b3e8317796289196fa78c4526626fe061fd35d11e848cf300ca1ace47febceb4 +TERMUX_PKG_DEPENDS="libqrencode, libxtst, xfce4-panel"