star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit 7dfa40f2ebd0a5dc31ea4629042408595ec62cbc
parent 940be6f8e19ecec6cbd2b462b8447beeb6f2e38c
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 14 Mar 2025 16:07:07 +0100

Upgrade star-meshtool build script

Now builds the 0.2 instead of the 0.1

Diffstat:
Dsrc/star-meshtool_0.1.sh | 35-----------------------------------
Asrc/star-meshtool_0.2.sh | 35+++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/src/star-meshtool_0.1.sh b/src/star-meshtool_0.1.sh @@ -1,35 +0,0 @@ -#!/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 - -[ -n "${STAR_MESHTOOL_SH}" ] && return -export STAR_MESHTOOL_SH=1 - -. "build.sh" -. "rsys_0.14.sh" -. "star-stl_0.5.1.sh" - -name="star-meshtool" -url="$\(REPO\)/star-meshtool.git" -tag="0.1" -dep="rsys star-stl" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo - -profile star-meshtool.profile - diff --git a/src/star-meshtool_0.2.sh b/src/star-meshtool_0.2.sh @@ -0,0 +1,35 @@ +#!/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 + +[ -n "${STAR_MESHTOOL_SH}" ] && return +export STAR_MESHTOOL_SH=1 + +. "build.sh" +. "rsys_0.14.sh" +. "star-stl_0.5.1.sh" + +name="star-meshtool" +url="$\(REPO\)/star-meshtool.git" +tag="0.2" +dep="rsys star-stl" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo + +profile star-meshtool.profile +