mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
8bc15f7efd
This commit has been automatically submitted by Github Actions.
19 lines
678 B
Bash
19 lines
678 B
Bash
TERMUX_PKG_HOMEPAGE="http://icps.u-strasbg.fr/~bastoul/development/openscop"
|
|
TERMUX_PKG_DESCRIPTION="A Specification and a Library for Data Exchange in Polyhedral Compilation Tools"
|
|
TERMUX_PKG_GROUPS="science"
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="0.9.7"
|
|
TERMUX_PKG_SRCURL="https://github.com/periscop/openscop/archive/refs/tags/$TERMUX_PKG_VERSION.tar.gz"
|
|
TERMUX_PKG_SHA256=bdb566af5c68cb8bb66dc204b1dcafebaa843a25dfdbcc64dfcc21a1912c3e66
|
|
TERMUX_PKG_DEPENDS="libgmp"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
|
|
termux_step_post_get_source() {
|
|
rm -f CMakeLists.txt
|
|
}
|
|
termux_step_pre_configure() {
|
|
autoreconf -fi
|
|
}
|