mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-29 15:10:15 +00:00
11 lines
587 B
Bash
11 lines
587 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/FluidSynth/fluidsynth
|
|
TERMUX_PKG_DESCRIPTION="Software synthesizer based on the SoundFont 2 specifications"
|
|
TERMUX_PKG_LICENSE="LGPL-2.1"
|
|
TERMUX_PKG_MAINTAINER="Yonle <yonle@duck.com>"
|
|
TERMUX_PKG_VERSION=2.3.2
|
|
TERMUX_PKG_SRCURL=https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=cd610810f30566e28fb98c36501f00446a06fa6bae3dc562c8cd3868fe1c0fc7
|
|
TERMUX_PKG_DEPENDS="dbus, glib, libc++, libsndfile, pulseaudio, readline"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DLIB_INSTALL_DIR=${TERMUX_PREFIX}/lib"
|
|
|