Files
termux-packages/packages/libgf2x/build.sh
termux-pacman-bot deedfb9da9 enhance(tree-wide): drop trivial termux_pkg_auto_update() functions
- These can now be handled by `termux_pkg_upgrade_version` itself
- Also fix up the `TERMUX_PKG_UPDATE_TAG_TYPE` for a few packages

%ci:no-build
2025-12-21 06:46:28 +00:00

18 lines
739 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_SRCURL="https://gitlab.inria.fr/gf2x/gf2x/-/archive/gf2x-$TERMUX_PKG_VERSION/gf2x-gf2x-$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=11bcf98b620c60c2ee3b4460b02b7be741f14cfdc26b542f22c92950926575e0
TERMUX_PKG_AUTO_UPDATE=true
# Make sure we strip off the entire `gf2x-` prefix from the tag name.
TERMUX_PKG_UPDATE_VERSION_REGEXP='gf2x-\K\d+\.\d+\.\d+$'
termux_step_pre_configure() {
autoreconf -fi
}