From 968b03799081f3f9206242dc0488ad1ab911cf86 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Mon, 17 Dec 2018 22:22:45 +0100 Subject: [PATCH] netcdf-c, netcdf-cxx: add packages --- packages/netcdf-c/build.sh | 7 +++++++ packages/netcdf-cxx/build.sh | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 packages/netcdf-c/build.sh create mode 100644 packages/netcdf-cxx/build.sh diff --git a/packages/netcdf-c/build.sh b/packages/netcdf-c/build.sh new file mode 100644 index 000000000..0d37bce87 --- /dev/null +++ b/packages/netcdf-c/build.sh @@ -0,0 +1,7 @@ +TERMUX_PKG_HOMEPAGE=https://www.unidata.ucar.edu/software/netcdf/ +TERMUX_PKG_DESCRIPTION="NetCDF is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data" +TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91" +TERMUX_PKG_VERSION=4.6.1 +TERMUX_PKG_SHA256=a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb +TERMUX_PKG_SRCURL=https://github.com/Unidata/netcdf-c/archive/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_DEPENDS="libhdf5, libcurl, openssl, libnghttp2" diff --git a/packages/netcdf-cxx/build.sh b/packages/netcdf-cxx/build.sh new file mode 100644 index 000000000..8119a0bd9 --- /dev/null +++ b/packages/netcdf-cxx/build.sh @@ -0,0 +1,7 @@ +TERMUX_PKG_HOMEPAGE=https://www.unidata.ucar.edu/software/netcdf/ +TERMUX_PKG_DESCRIPTION="NetCDF is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data" +TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91" +TERMUX_PKG_VERSION=4.3.0 +TERMUX_PKG_SHA256=25da1c97d7a01bc4cee34121c32909872edd38404589c0427fefa1301743f18f +TERMUX_PKG_SRCURL=https://github.com/Unidata/netcdf-cxx4/archive/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_DEPENDS="libhdf5, libcurl, openssl, libnghttp2"