commit e301d5631715fdae4fb983a9dd9f11a6463d13ec parent e0340db452e474ddbf76ea540a68e80c4586be0a Author: Vincent Forest <vincent.forest@meso-star.com> Date: Tue, 9 Apr 2024 12:23:48 +0200 Add the build script of the star-wf library It is currently based on a non versioned master branch. We can therefore assume that it is still under development. Diffstat:
| A | src/star-wf.sh | | | 31 | +++++++++++++++++++++++++++++++ |
1 file changed, 31 insertions(+), 0 deletions(-)
diff --git a/src/star-wf.sh b/src/star-wf.sh @@ -0,0 +1,31 @@ +#!/bin/sh + +# Copyright (C) 2023 |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_WF}" ] && return +export STAR_WF=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-wf" +url="$\(REPO\)/star-wf.git" +tag="origin/master" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo