mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-05 01:22:23 +00:00
xtkoba left the team, suhan-paradkar's account no longer exists. other non-maintainers were mentioned in buildscripts with `# Contributor:` comment as in Arch buildscripts [no ci]
13 lines
580 B
Bash
13 lines
580 B
Bash
# Contributor: @DLC01
|
|
TERMUX_PKG_HOMEPAGE=https://gitlab.com/ecodis/exhale
|
|
TERMUX_PKG_DESCRIPTION="Open source xHE-AAC encoder"
|
|
TERMUX_PKG_LICENSE="custom"
|
|
TERMUX_PKG_LICENSE_FILE="include/License.htm"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.2.1.2"
|
|
TERMUX_PKG_SRCURL=https://gitlab.com/ecodis/exhale/-/archive/v${TERMUX_PKG_VERSION}/exhale-v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=5a4060f39d99a1aaff53e08a46a94ec759c4315efb019a10745d1d3580a6c97a
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libc++"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DBUILD_SHARED_LIBS=ON"
|