Files
termux-packages/packages/libgf2x/build.sh
termux-pacman-bot 0ff3dc8a7a fix(main/cmocka,libbullet,libgf2x,libuchardet,libucontext): Rebuild
Rebuild packages not in the repository (see #26261 and #26227).
2025-09-12 00:50:22 +00:00

16 lines
612 B
Bash

TERMUX_PKG_HOMEPAGE="https://gitlab.inria.fr/gf2x/gf2x"
TERMUX_PKG_DESCRIPTION="A library for multiplying polynomials over the binary field"
TERMUX_PKG_GROUPS="science"
# Using file:'toom-gpl.c' enforces GPL license
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.3.0"
TERMUX_PKG_REVISION=2
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_SRCURL="https://gitlab.inria.fr/gf2x/gf2x/-/archive/gf2x-$TERMUX_PKG_VERSION/gf2x-gf2x-$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=11bcf98b620c60c2ee3b4460b02b7be741f14cfdc26b542f22c92950926575e0
termux_step_pre_configure() {
autoreconf -fi
}