new package: shntool

This commit is contained in:
Tee KOBAYASHI 2022-01-02 19:23:19 +09:00 committed by Henrik Grimler
parent 1fd004b928
commit 102cbd7c1c
1 changed files with 11 additions and 0 deletions

11
packages/shntool/build.sh Normal file
View File

@ -0,0 +1,11 @@
TERMUX_PKG_HOMEPAGE=http://shnutils.freeshell.org/shntool/
TERMUX_PKG_DESCRIPTION="A multi-purpose WAVE data processing and reporting utility"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.0.10
TERMUX_PKG_SRCURL=http://shnutils.freeshell.org/shntool/dist/src/shntool-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=74302eac477ca08fb2b42b9f154cc870593aec8beab308676e4373a5e4ca2102
termux_step_pre_configure() {
autoreconf -fi
}