commit 21f06951cd6648239b6b5f8d3c57db8cc4e72214 parent 0b33d6310a9c1d2b62072bf6d123f8aacabbf45f Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 28 May 2025 15:28:23 +0200 Add the build script of the Star Uniq library Diffstat:
| A | src/sci-libs/star-uniq_0.0.sh | | | 35 | +++++++++++++++++++++++++++++++++++ |
1 file changed, 35 insertions(+), 0 deletions(-)
diff --git a/src/sci-libs/star-uniq_0.0.sh b/src/sci-libs/star-uniq_0.0.sh @@ -0,0 +1,35 @@ +#!/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 + +. "misc/build.sh" +. "sys-libs/rsys_0.15.sh" + +name="star-uniq" +tag="0.0" + +if [ -n "${STAR_UNIQ_SH}" ]; then + check_conflict "${name}" "${tag}" "${STAR_UNIQ_SH}" +else + export STAR_WF_SH="${tag}" + + url="$\(REPO\)/star-uniq.git" + dep="rsys" + opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" + git_repo +fi