star-build

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

commit 75eb7177d825fc9a0b9a0dfba94c01609725dd63
parent 321c614adc28190dbf59126602ea8bf729471701
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sat, 27 Apr 2024 14:43:15 +0200

Add the build script of stardis-green 0.5.1

Diffstat:
Asrc/stardis-green_0.5.1.sh | 32++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+), 0 deletions(-)

diff --git a/src/stardis-green_0.5.1.sh b/src/stardis-green_0.5.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 "${STARDIS_GREEN}" ] && return +export STARDIS_GREEN=1 + +. "build.sh" +. "rsys_0.14.sh" +. "stardis_0.10.1.sh" + +name="stardis-green" +url="$\(REPO\)/stardis-green.git" +tag="0.5.1" +dep="rsys stardis" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo