star-build

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

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

Add a build script for Star-STL 0.5.1

Diffstat:
Asrc/star-stl_0.5.1.sh | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/src/star-stl_0.5.1.sh b/src/star-stl_0.5.1.sh @@ -0,0 +1,31 @@ +#!/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_STL_SH}" ] && return +export STAR_STL_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-stl" +url="$\(REPO\)/star-stl.git" +tag="0.5.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo