0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-27 01:35:01 +00:00
Files
termux-packages/x11-packages/praat/build.sh
Termux Github Actions 50a8f976ce bump(x11/praat): 6.4.30
This commit has been automatically submitted by Github Actions.
2025-04-30 00:43:41 +00:00

19 lines
653 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.praat.org
TERMUX_PKG_DESCRIPTION="Doing phonetics by computer"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="6.4.30"
TERMUX_PKG_SRCURL=https://github.com/praat/praat/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=bc3b9e8c712f49223f3ff299787d092414f9cfa2a1ae65ad0ca0fd4f36773249
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gtk3, harfbuzz, libc++, libcairo, pango, pulseaudio, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_post_get_source() {
rm -f meson.build
}
termux_step_make_install() {
install -Dm700 -t $TERMUX_PREFIX/bin praat
}