new package: libosl

This commit is contained in:
Pooya Moradi 2022-08-02 18:22:35 +04:30 committed by Henrik Grimler
parent 86d4db4333
commit bdfdeb617c
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 18 additions and 0 deletions

18
packages/libosl/build.sh Normal file
View File

@ -0,0 +1,18 @@
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.5"
TERMUX_PKG_SRCURL="https://github.com/periscop/openscop/archive/refs/tags/$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=168e7c4afdf6a2d1dca1a1caa92e0a093688c98ce01272ab100fe89ec75fdd41
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
}