summaryrefslogtreecommitdiffstats
path: root/jjb/cicn/include-raw-cicn-libparc-build.sh
blob: e77a3bcf4da5a838c431591fc143cad660d5e5a2 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# basic build script example
set -euo pipefail
IFS=$'\n\t'

PACKAGE_NAME="LIBPARC"
PACKAGE_DEPS="LIBPARC_DEPS"
cd libparc
build_package $PACKAGE_NAME $PACKAGE_DEPS