Files
termux-packages/packages/exhale/build.sh
termux-pacman-bot ca1707a4e3 codeowners: remove contributors.
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]
2025-05-18 16:07:09 +00:00

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"