mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-06 16:18:53 +00:00
feat: basalt dependencies and dummy build script
This commit is contained in:
parent
e905fa7569
commit
d1eadcd912
7 changed files with 132 additions and 4 deletions
21
scripts/build_basalt.sh
Normal file
21
scripts/build_basalt.sh
Normal file
|
@ -0,0 +1,21 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
echo "Basalt is currently unsupported"
|
||||
exit 1
|
||||
#
|
||||
# REPO_DIR=$1
|
||||
#
|
||||
# PREFIX=$2
|
||||
#
|
||||
# if [[ -z $REPO_DIR ]] || [[ -z $PREFIX ]]; then
|
||||
# echo "Usage: $0 REPO_DIR PREFIX"
|
||||
# exit 1
|
||||
# fi
|
||||
#
|
||||
# "$(dirname -- "$0")/_clone_or_pull.sh" "https://github.com/cntools/libsurvive" "$REPO_DIR"
|
||||
#
|
||||
# cd "$REPO_DIR"
|
||||
# mkdir -p build
|
||||
# cd build
|
|
@ -1,4 +1,5 @@
|
|||
install_data('_clone_or_pull.sh', install_dir: pkgdatadir / 'scripts')
|
||||
install_data('build_basalt.sh', install_dir: pkgdatadir / 'scripts')
|
||||
install_data('build_libsurvive.sh', install_dir: pkgdatadir / 'scripts')
|
||||
install_data('build_monado.sh', install_dir: pkgdatadir / 'scripts')
|
||||
install_data('build_opencomposite.sh', install_dir: pkgdatadir / 'scripts')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue