star-build

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

commit 2cfe1285fd781caf62aa47c69d386e93bb778148
parent 9bf5f5c3f58009f0946e6cbb29b3f583f51e8776
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 19 Jun 2024 15:52:29 +0200

Set version of star-enclosures-3d to 0.7.1

Diffstat:
Asrc/star-enclosures-3d_0.7.1.sh | 32++++++++++++++++++++++++++++++++
Dsrc/star-enclosures-3d_0.7.sh | 32--------------------------------
2 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/src/star-enclosures-3d_0.7.1.sh b/src/star-enclosures-3d_0.7.1.sh @@ -0,0 +1,32 @@ +#!/bin/sh + +# Copyright (C) 2023, 2024 |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_ENCLOSURES_3D}" ] && return +export STAR_ENCLOSURES_3D=1 + +. "build.sh" +. "rsys_0.14.sh" +. "star-3d_0.10.sh" + +name="star-enclosures-3d" +url="$\(REPO\)/star-enclosures-3d.git" +tag="0.7.1" +dep="rsys star-3d" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-enclosures-3d_0.7.sh b/src/star-enclosures-3d_0.7.sh @@ -1,32 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2023, 2024 |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_ENCLOSURES_3D}" ] && return -export STAR_ENCLOSURES_3D=1 - -. "build.sh" -. "rsys_0.14.sh" -. "star-3d_0.10.sh" - -name="star-enclosures-3d" -url="$\(REPO\)/star-enclosures-3d.git" -tag="0.7" -dep="rsys star-3d" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo