star-build

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

sanim_0.3.sh (1054B)


      1 #!/bin/sh
      2 
      3 # Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com)
      4 # Copyright (C) 2016, 2017 CNRS.
      5 #
      6 # This program is free software: you can redistribute it and/or modify
      7 # it under the terms of the GNU General Public License as published by
      8 # the Free Software Foundation, either version 3 of the License, or
      9 # (at your option) any later version.
     10 #
     11 # This program is distributed in the hope that it will be useful,
     12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     14 # GNU General Public License for more details.
     15 #
     16 # You should have received a copy of the GNU General Public License
     17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
     18 
     19 set -e
     20 
     21 . "misc/build.sh"
     22 
     23 . "sys-libs/rsys_0.15.sh"
     24 
     25 name="sanim"
     26 tag="0.3"
     27 
     28 if [ -n "${SANIM_SH}" ]; then
     29   check_conflict "${name}" "${tag}" "${SANIM_SH}"
     30 else
     31   export HTMIE_SH="${tag}"
     32 
     33   url="$\(REPO\)/solstice-anim.git"
     34   dep="rsys"
     35   opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
     36   git_repo
     37 fi