termux-packages/packages/netcdf-c/build.sh

12 lines
697 B
Bash
Raw Normal View History

2018-12-17 22:22:45 +01:00
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"
2019-01-26 00:10:08 +01:00
TERMUX_PKG_LICENSE="BSD 3-Clause"
2018-12-17 22:22:45 +01:00
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
2020-04-04 12:39:22 +02:00
TERMUX_PKG_VERSION=4.7.4
TERMUX_PKG_REVISION=1
2020-04-04 12:39:22 +02:00
TERMUX_PKG_SHA256=99930ad7b3c4c1a8e8831fb061cb02b2170fc8e5ccaeda733bd99c3b9d31666b
2018-12-17 22:22:45 +01:00
TERMUX_PKG_SRCURL=https://github.com/Unidata/netcdf-c/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="libhdf5, libcurl, openssl, libnghttp2"
TERMUX_PKG_BREAKS="netcdf-c-dev"
TERMUX_PKG_REPLACES="netcdf-c-dev"