0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-20 14:39:37 +00:00
Files
termux-packages/packages/libopencore-amr/build.sh
Yaksh Bariya 3c6122b386 chore: fix some problems as pointed out by Repology
%ci:no-build

https://repology.org/repository/termux/problems

Fixes javascript redirect and http to http redirects
2024-12-18 00:33:20 +05:30

11 lines
587 B
Bash

TERMUX_PKG_HOMEPAGE=https://sourceforge.net/projects/opencore-amr/
TERMUX_PKG_DESCRIPTION="Open source implementation of the Adaptive Multi Rate (AMR) speech codec"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_LICENSE_FILE="LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.1.6
TERMUX_PKG_SRCURL=https://sourceforge.net/projects/opencore-amr/files/opencore-amr/opencore-amr-${TERMUX_PKG_VERSION}.tar.gz/download
TERMUX_PKG_SHA256=483eb4061088e2b34b358e47540b5d495a96cd468e361050fae615b1809dc4a1
TERMUX_PKG_BREAKS="libopencore-amr-dev"
TERMUX_PKG_REPLACES="libopencore-amr-dev"