new package: libgf2x

This commit is contained in:
Pooya Moradi 2022-08-01 11:34:01 +04:30 committed by Uchiha Kakashi
parent 4416751e50
commit d8f6e51ba9
1 changed files with 14 additions and 0 deletions

14
packages/libgf2x/build.sh Normal file
View File

@ -0,0 +1,14 @@
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_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
}