termux-packages/x11-packages/lxqt-archiver/build.sh
Leonid Pliushch 01edf86d62
remove cmake and perl from LXQT build dependencies
CMake - installed by build-package.sh when necessary or by hook inside
package build.sh script. Target package is useless when cross-compiling.
When building on-device, cmake is installed by setup-termux.sh.

Perl - installed by default in build environment by setup-ubuntu.sh or
setup-termux.sh. When cross-compiling, target package is useless.
2022-04-18 14:47:05 +05:30

12 lines
637 B
Bash

TERMUX_PKG_HOMEPAGE=https://lxqt.github.io
TERMUX_PKG_DESCRIPTION="A simple & lightweight Qt file archiver"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Simeon Huang <symeon@librehat.com>"
TERMUX_PKG_VERSION=0.4.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL="https://github.com/lxqt/lxqt-archiver/releases/download/${TERMUX_PKG_VERSION}/lxqt-archiver-${TERMUX_PKG_VERSION}.tar.xz"
TERMUX_PKG_SHA256=9f8c00b517771d99ceaf05ff7d72609580def47aae13842b461d9eecd9c1ef3b
TERMUX_PKG_DEPENDS="qt5-qtbase, qt5-qtx11extras, libfm-qt, glib, json-glib"
TERMUX_PKG_BUILD_DEPENDS="lxqt-build-tools, qt5-qtbase-cross-tools, qt5-qttools-cross-tools"