Skip to content

Commit

Permalink
chore(x11/extra-cmake-modules): Remove unnecessary html documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 16, 2024
1 parent 83d6363 commit b4a3014
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions x11-packages/extra-cmake-modules/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_LICENSE_FILE="LICENSES/BSD-3-Clause.txt"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="6.8.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL="https://download.kde.org/stable/frameworks/${TERMUX_PKG_VERSION%.*}/extra-cmake-modules-${TERMUX_PKG_VERSION}.tar.xz"
TERMUX_PKG_SHA256=ff8a0bf72285bec1768e3acd8f7c665a26d55a1527e96d73e35789dc9f0e3472
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="cmake"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_HTML_DOCS=OFF
-DBUILD_QTHELP_DOCS=OFF
-DBUILD_TESTING=OFF
"

0 comments on commit b4a3014

Please sign in to comment.