commit ec2efcc5524281ac86e1936d55d79fc6ee303172 parent ecbcc72e68ed50ef23b9ec08cdde3cb28d26b0af Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 13 Nov 2025 16:49:05 +0100 Add Star-Meteo 0.0 Diffstat:
| A | src/therm-libs/star-meteo_0.0.sh | | | 38 | ++++++++++++++++++++++++++++++++++++++ |
1 file changed, 38 insertions(+), 0 deletions(-)
diff --git a/src/therm-libs/star-meteo_0.0.sh b/src/therm-libs/star-meteo_0.0.sh @@ -0,0 +1,38 @@ +#!/bin/sh + +# Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +set -e + +. "misc/build.sh" + +. "sci-libs/star-cem_0.0.sh" +. "sys-libs/rsys_0.15.sh" +. "therm-apps/stardis_0.11.1.sh" + +name="star-meteo" +tag="0.0" + +if [ -n "${STAR_METEO_SH}" ]; then + check_conflict "${name}" "${tag}" "${STAR_METEO_SH}" +else + export STAR_METEO_SH="${tag}" + + url="$\(REPO\)/star-meteo.git" + dep="rsys star-cem stardis" + opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" + git_repo +fi