0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-02 08:39:43 +00:00
Files
termux-packages/packages/asymptote/build.sh
Termux Github Actions 7618ed4d8e bump(main/asymptote): 3.02
This commit has been automatically submitted by Github Actions.
2025-04-12 12:08:43 +00:00

20 lines
745 B
Bash

TERMUX_PKG_HOMEPAGE=https://asymptote.sourceforge.io/
TERMUX_PKG_DESCRIPTION="A powerful descriptive vector graphics language for technical drawing"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.02"
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/asymptote/asymptote-${TERMUX_PKG_VERSION}.src.tgz
TERMUX_PKG_SHA256=6796de739dde956c30c689fb0cf3927a71147b4961a37d883933e027133fc70a
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="fftw, libc++, libtirpc, zlib, ncurses, readline"
TERMUX_PKG_BUILD_DEPENDS="glm"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-gc
"
termux_step_make_install() {
install -Dm700 -t $TERMUX_PREFIX/bin asy
cp -rT base $TERMUX_PREFIX/share/asymptote
}