0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-13 14:09:19 +00:00
termux-packages/x11-packages/praat/build.sh
Termux Github Actions 82a4d21a85 bump(x11/praat): 6.4.23
This commit has been automatically submitted by Github Actions.
2024-10-28 00:36:22 +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.23"
TERMUX_PKG_SRCURL=https://github.com/praat/praat/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=1284d97fc2724142cacd6ef73ec9c146f1b10662865dd47b6e9e758c33f2f256
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
}