mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
hdf5: clarify license
This commit is contained in:
parent
d37c6ec416
commit
0f2a393148
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'hdf5'
|
# Template file for 'hdf5'
|
||||||
pkgname=hdf5
|
pkgname=hdf5
|
||||||
version=1.10.5
|
version=1.10.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-cxx --enable-fortran"
|
configure_args="--enable-cxx --enable-fortran"
|
||||||
hostmakedepends="gcc-fortran"
|
hostmakedepends="gcc-fortran"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="Data model, library, and file format for storing and managing data"
|
short_desc="Data model, library, and file format for storing and managing data"
|
||||||
maintainer="pulux <pulux@pf4sh.de>"
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="custom"
|
license="custom:BSD-3-Clause-LBNL-alike"
|
||||||
homepage="https://hdfgroup.org"
|
homepage="https://hdfgroup.org"
|
||||||
distfiles="https://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz"
|
distfiles="https://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz"
|
||||||
checksum=6d4ce8bf902a97b050f6f491f4268634e252a63dadd6656a1a9be5b7b7726fa8
|
checksum=6d4ce8bf902a97b050f6f491f4268634e252a63dadd6656a1a9be5b7b7726fa8
|
||||||
|
|
Loading…
Add table
Reference in a new issue