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

PACKAGE_NAME="LIBPARC"
PACKAGE_DEPS="LIBPARC_DEPS"
pushd libparc
build_package $PACKAGE_NAME $PACKAGE_DEPS
popd