mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-08 09:08:47 +00:00
feat: basalt support
This commit is contained in:
parent
ecb4f08262
commit
7a88489ef3
4 changed files with 71 additions and 52 deletions
|
@ -1,30 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
echo "Basalt is currently unsupported"
|
||||
exit 1
|
||||
#
|
||||
# REPO_DIR=$1
|
||||
#
|
||||
# PREFIX=$2
|
||||
#
|
||||
# DO_PULL=$3
|
||||
#
|
||||
# REPO_URL=$4
|
||||
#
|
||||
# if [[ -z $REPO_DIR ]] || [[ -z $PREFIX ]] || [[ -z $DO_PULL ]]; then
|
||||
# echo "Usage: $0 REPO_DIR PREFIX DO_PULL [REPO_URL]"
|
||||
# exit 1
|
||||
# fi
|
||||
#
|
||||
# if [[ -z $REPO_URL ]]; then
|
||||
# REPO_URL="https://gitlab.freedesktop.org/mateosss/basalt"
|
||||
# fi
|
||||
#
|
||||
# "$(dirname -- "$0")/_clone_or_pull.sh" "$REPO_URL" "$REPO_DIR" "$DO_PULL"
|
||||
#
|
||||
# cd "$REPO_DIR"
|
||||
# rm -rf build
|
||||
# mkdir -p build
|
||||
# cd build
|
|
@ -1,3 +1,2 @@
|
|||
install_data('_clone_or_pull.sh', install_dir: pkgdatadir / 'scripts')
|
||||
install_data('build_basalt.sh', install_dir: pkgdatadir / 'scripts')
|
||||
install_data('build_mercury.sh', install_dir: pkgdatadir / 'scripts')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue