star-build

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

commit d3ad0ae3ed43be8f067e3e7f8c41991fa8d81713
parent ccb52437648cf12abeffd7fce47c97266d8f002f
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 21 Feb 2025 16:39:39 +0100

Add a build script for Star-MeshTool 0.1

Diffstat:
Asrc/star-meshtool_0.1.sh | 35+++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+), 0 deletions(-)

diff --git a/src/star-meshtool_0.1.sh b/src/star-meshtool_0.1.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.1" +dep="rsys star-stl" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo + +profile star-meshtool.profile +