star-build

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

commit 5f380e71abae3f621d2bce08df2d93c8e6474406
parent 57d86abf19a6e83ba8c4c2af9a1c840000646623
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 25 May 2026 12:41:23 +0200

Add RNGRD 0.2

Diffstat:
Asrc/rad-libs/rngrd_0.2.sh | 42++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+), 0 deletions(-)

diff --git a/src/rad-libs/rngrd_0.2.sh b/src/rad-libs/rngrd_0.2.sh @@ -0,0 +1,42 @@ +#!/bin/sh + +# Copyright (C) 2023-2026 |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 + +. "misc/build.sh" + +. "dev-libs/rnsl_0.1.sh" +. "dev-libs/star-buffer_0.1.sh" +. "cad-libs/star-mesh_0.2.sh" +. "rad-libs/mrumtl_0.2.sh" +. "rad-libs/star-sf_0.10.sh" +. "sci-libs/star-3d_0.10.sh" +. "sys-libs/rsys_0.15.sh" + +name="rngrd" +tag="0.2" + +if [ -n "${RNGRD_SH}" ]; then + check_conflict "${name}" "${tag}" "${RNGRD_SH}" +else + export RNGRD_SH="${tag}" + + url="$\(REPO\)/rngrd.git" + dep="mrumtl rnsl rsys star-3d star-buffer star-mesh star-sf" + opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" + git_repo +fi