commit e4f10ddc5c1a66665b232988d733255c22334f91 parent 75d6ddfa9204f23601a213ab7f4c1dd3eb87c0fd Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 22 Oct 2025 09:28:55 +0200 Add build script for htsky 0.3.1-r1 It depends on htcp 0.2 instead of htcp 0.1 Diffstat:
| A | src/rad-libs/htsky_0.3.1-r1.sh | | | 40 | ++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 40 insertions(+), 0 deletions(-)
diff --git a/src/rad-libs/htsky_0.3.1-r1.sh b/src/rad-libs/htsky_0.3.1-r1.sh @@ -0,0 +1,40 @@ +#!/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" + +. "rad-libs/htcp_0.2.sh" +. "rad-libs/htgop_0.2.sh" +. "rad-libs/htmie_0.1.sh" +. "sci-libs/star-vx_0.3.1.sh" +. "sys-libs/rsys_0.15.sh" + +name="htsky" +tag="0.3.1" + +if [ -n "${HTSKY_SH}" ]; then + check_conflict "${name}" "${tag}" "${HTSKY_SH}" +else + export HTSKY_SH="${tag}" + + url="$\(REPO\)/htsky.git" + dep="htcp htgop htmie rsys star-vx" + opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" + git_repo +fi