star-build

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

commit 0bb476fdb127879c98b5da352dda9065d42364f3
parent 6a642507c30f1eff13172e75136a88b1a33657ad
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 30 Apr 2025 09:55:50 +0200

Add build script for RSys 0.15

Diffstat:
Asrc/rsys_0.15.sh | 29+++++++++++++++++++++++++++++
1 file changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/rsys_0.15.sh b/src/rsys_0.15.sh @@ -0,0 +1,29 @@ +#!/bin/sh + +# Copyright (C) 2023-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 "${RSYS_SH}" ] && return +export RSYS_SH=1 + +. "build.sh" + +name="rsys" +url="$\(REPO_VAPLV\)/rsys.git" +tag="0.15" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo