commit 37c21e8feb505c916d4633ffa7f179596c50111c
parent afa6883d45362bd178a55f7ee2d336d73504cacb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 14 Sep 2023 20:32:54 +0200
Add the build script of the htsky library
Diffstat:
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/lint.mk b/lint.mk
@@ -22,6 +22,7 @@ lint:
shellcheck -o all -x -P src src/htcp.sh
shellcheck -o all -x -P src src/htgop.sh
shellcheck -o all -x -P src src/htmie.sh
+ shellcheck -o all -x -P src src/htsky.sh
shellcheck -o all -x -P src src/mrumtl.sh
shellcheck -o all -x -P src src/noweb_2.13rc3.sh
shellcheck -o all -x -P src src/polygon.sh
diff --git a/src/htsky.sh b/src/htsky.sh
@@ -0,0 +1,33 @@
+#!/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 "${HTSKY_SH}" ] && return
+export HTSKY_SH=1
+
+. "build.sh"
+. "htcp.sh"
+. "htgop.sh"
+. "htmie.sh"
+. "rsys.sh"
+. "star-vx.sh"
+
+name="htsky"
+url="$\(REPO\)/htsky.git"
+tag="origin/feature_posix_make"
+dep="htcp htgop htmie rsys star-vx"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+git_repo