0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 20:12:26 +00:00
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
510 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.multiprecision.org/
TERMUX_PKG_DESCRIPTION="Library for the arithmetic of complex numbers with arbitrarily high precision"
TERMUX_PKG_LICENSE="LGPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.3.1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/mpc/mpc-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8
TERMUX_PKG_DEPENDS="libgmp, libmpfr"
TERMUX_PKG_BREAKS="libmpc-dev"
TERMUX_PKG_REPLACES="libmpc-dev"