Skip to content

Commit

Permalink
enhance(main/fastfetch): add dependencies
Browse files Browse the repository at this point in the history
* `ocl-icd` `opencl-headers` for querying OpenCL version
* `mesa-dev` for querying OpenGL / EGL version

Ref: https://github.com/fastfetch-cli/fastfetch/wiki/Dependencies#android
  • Loading branch information
CarterLi authored Jan 9, 2025
1 parent 67838d7 commit 933dc3b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/fastfetch/build.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://github.com/fastfetch-cli/fastfetch
TERMUX_PKG_DESCRIPTION="A neofetch-like tool for fetching system information and displaying them in a pretty way"
TERMUX_PKG_DESCRIPTION="A maintained, feature-rich and performance oriented, neofetch like system information tool"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.34.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=2dae260d604557c6bf5a9781b3c960aa4265a067e54a984f8c68889a578193a9
TERMUX_PKG_DEPENDS="vulkan-loader"
TERMUX_PKG_BUILD_DEPENDS="freetype, libandroid-wordexp-static, vulkan-headers, vulkan-loader-android"
TERMUX_PKG_ANTI_BUILD_DEPENDS="vulkan-loader"
TERMUX_PKG_BUILD_DEPENDS="freetype, libandroid-wordexp-static, mesa-dev, ocl-icd, opencl-headers, vulkan-headers, vulkan-loader-generic"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DTARGET_DIR_HOME=${TERMUX_ANDROID_HOME}
Expand Down

0 comments on commit 933dc3b

Please sign in to comment.