commit 910ec008e534097fc3d3ee573280187ac5ac05f5 parent 1a2ac457d0f2e81afb52baf6d6bd6fc5a36138e1 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 20 Nov 2025 11:30:50 +0100 Add star-meshtool 0.3 Diffstat:
| A | src/cad-apps/star-meshtool_0.3.sh | | | 37 | +++++++++++++++++++++++++++++++++++++ |
1 file changed, 37 insertions(+), 0 deletions(-)
diff --git a/src/cad-apps/star-meshtool_0.3.sh b/src/cad-apps/star-meshtool_0.3.sh @@ -0,0 +1,37 @@ +#!/bin/sh + +# Copyright (C) 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" + +. "cad-libs/star-stl_0.7.sh" +. "sys-libs/rsys_0.15.sh" + +name="star-meshtool" +tag="0.3" + +if [ -n "${STAR_MESHTOOL_SH}" ]; then + check_conflict "${name}" "${tag}" "${RSYS_SH}" +else + export STAR_MESHTOOL_SH="${tag}" + + url="$\(REPO\)/star-meshtool.git" + dep="rsys star-stl" + opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" + git_repo +fi