Files
termux-packages/packages/ptex/build.sh
termux-pacman-bot 6472be60d4 bump(main/ptex): 2.5.1
This commit has been automatically submitted by Github Actions.
2025-12-13 00:50:44 +00:00

15 lines
599 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/wdas/ptex
TERMUX_PKG_DESCRIPTION="Per-Face Texture Mapping for Production Rendering"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.5.1"
TERMUX_PKG_SRCURL=https://github.com/wdas/ptex/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=6b4b55f562a0f9492655fcb7686ecc335a2a4dacc1de9f9a057a32f3867a9d9e
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_DEPENDS="libc++, libdeflate"
TERMUX_PKG_BUILD_DEPENDS="libdeflate-static"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DCMAKE_CXX_STANDARD=17
"