mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup CoolProp REFPROP-headers b4faab1b73911c32c4b69c526c7e92f74edb67de
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name coolprop-refprop-headers
|
|
version 20221207
|
|
revision 0
|
|
license MIT
|
|
|
|
checksums rmd160 248da34d6e3f6b6e7140c9d2768c9d6618e74119 \
|
|
sha256 da3cbbb49f24c0b03f66594d3e8735cb13b779ab0e4652bd918570cf81cf67d7 \
|
|
size 15299
|
|
|
|
maintainers {juliensalort.org:mp @jsalort} openmaintainer
|
|
categories-append science
|
|
|
|
description Header files for the REFPROP fluid property library.
|
|
long_description {*}${description}
|
|
homepage http://www.coolprop.org
|
|
|
|
supported_archs noarch
|
|
platforms any
|
|
use_configure no
|
|
build {}
|
|
destroot {
|
|
file mkdir ${destroot}${prefix}/include/REFPROP-headers
|
|
xinstall -m 755 ${worksrcpath}/REFPROP_lib.h ${destroot}${prefix}/include/REFPROP-headers/REFPROP_lib.h
|
|
}
|