star-build

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

commit 649e42fa90f415029c86fd19baa2d889ec5e5288
parent fa918a1595d5a4d91eef3a0b9bb952e4801ea422
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 28 Jul 2023 13:07:43 +0200

Add the build script of the star-ck library

Diffstat:
Mlint.mk | 1+
Asrc/star-ck.sh | 29+++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/lint.mk b/lint.mk @@ -34,6 +34,7 @@ lint: shellcheck -o all -x -P src src/star-aerosol.sh shellcheck -o all -x -P src src/star-buffer.sh shellcheck -o all -x -P src src/star-camera.sh + shellcheck -o all -x -P src src/star-ck.sh shellcheck -o all -x -P src src/star-cmap.sh shellcheck -o all -x -P src src/star-engine.sh shellcheck -o all -x -P src src/star-mc.sh diff --git a/src/star-ck.sh b/src/star-ck.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# 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/>. + +[ -n "${STAR_CK_SH}" ] && return +export STAR_CK_SH=1 + +. "build.sh" +. "rsys.sh" + +name="star-ck" +url="$\(REPO\)/star-ck.git" +tag="origin/feature_posix_make" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo