commit b849a60e1d9c9020276596208976b998f454b29a
parent 4b0c807c9670926c88ce8c654f0800cd9d910e60
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 15 Oct 2024 15:20:42 +0200
Add a build script for Star 4V/S 0.6
Diffstat:
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/lint.mk b/lint.mk
@@ -51,6 +51,7 @@ lint:
shellcheck -o all -x -P src src/star-3d_0.10.sh
shellcheck -o all -x -P src src/star-3dstl_0.4.sh
shellcheck -o all -x -P src src/star-3dut_0.4.sh
+ shellcheck -o all -x -P src src/star-4v_s_0.6.sh
shellcheck -o all -x -P src src/star-aerosol_0.1.sh
shellcheck -o all -x -P src src/star-buffer_0.1.sh
shellcheck -o all -x -P src src/star-cad_0.5.sh
diff --git a/src/star-4v_s_0.6.sh b/src/star-4v_s_0.6.sh
@@ -0,0 +1,35 @@
+#!/bin/sh
+
+# Copyright (C) 2023, 2024 |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_4V_S_SH}" ] && return
+export STAR_4V_S_SH=1
+
+. "build.sh"
+. "rsys_0.14.sh"
+. "star-3d_0.10.sh"
+. "star-3daw_0.5.sh"
+. "star-sp_0.14.sh"
+. "star-mc_0.6.sh"
+
+name="star-4v_s"
+url="$\(REPO\)/star-4v_s.git"
+tag="0.6"
+dep="rsys star-3d star-3daw star-sp star-mc"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+git_repo