commit 21c2d690b080e3d62a5aeb882c1f9cf1eaab9011
parent 878e9a62cf12f480efcb1dd0c1ca502179451d3e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 24 Nov 2023 11:32:03 +0100
Add the build script of the star-blackbody library
It is currently based on the master branch, with no version label. We
can therefore assume that it is still under development.
Diffstat:
1 file changed, 31 insertions(+), 0 deletions(-)
diff --git a/src/star-blackbody.sh b/src/star-blackbody.sh
@@ -0,0 +1,31 @@
+#!/bin/sh
+
+# 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/>.
+
+set -e
+
+[ -n "${STAR_BLACKBODY_SH}" ] && return
+export STAR_BLACKBODY_SH=1
+
+. "build.sh"
+. "rsys_0.14.sh"
+
+name="star-blackbody"
+url="$\(REPO\)/star-blackbody.git"
+tag="origin/master"
+dep="rsys"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+git_repo