feat: basalt support

This commit is contained in:
Gabriele Musco 2023-08-03 21:19:18 +00:00
commit 7a88489ef3
4 changed files with 71 additions and 52 deletions

View file

@ -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

View file

@ -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')