mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 12:50:51 +00:00
11 lines
601 B
Bash
11 lines
601 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="@termux"
|
|
TERMUX_PKG_VERSION="2.3.6"
|
|
TERMUX_PKG_SRCURL=https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=3340d73286b28fe6e5150fbe12648d4640e86c64c228878b572773bd08cac531
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="dbus, glib, libc++, libsndfile, pulseaudio, readline"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DLIB_INSTALL_DIR=${TERMUX_PREFIX}/lib"
|