star-build

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

commit 3ccd76dcc97b40dd47269571512f74876ba57a77
parent 1b125693a93c6658d6135ebe56957858f09e11c2
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  3 Mar 2025 10:25:48 +0100

Add a build script for city_generator2 0.4

Diffstat:
Asrc/city_generator2_0.4.sh | 37+++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+), 0 deletions(-)

diff --git a/src/city_generator2_0.4.sh b/src/city_generator2_0.4.sh @@ -0,0 +1,37 @@ +#!/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 "${CITY_GENERATOR2}" ] && return +export CITY_GENERATOR2=1 + +. "build.sh" +. "rsys_0.14.sh" +. "libcyaml_1.4.1.sh" +. "star-stl_0.5.1.sh" +. "star-cad_0.5.1.sh" +. "star-cpr_0.5.1.sh" + +name="city_generator2" +url="$\(REPO\)/city_generator2.git" +tag="0.4" +dep="rsys libcyaml star-stl star-cad star-cpr" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo + +profile city_generator2.profile