summaryrefslogtreecommitdiffstats
path: root/packaging/macos/110-bootstrap_jhb.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
commitcca66b9ec4e494c1d919bff0f71a820d8afab1fa (patch)
tree146f39ded1c938019e1ed42d30923c2ac9e86789 /packaging/macos/110-bootstrap_jhb.sh
parentInitial commit. (diff)
downloadinkscape-upstream/1.2.2.tar.xz
inkscape-upstream/1.2.2.zip
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/macos/110-bootstrap_jhb.sh')
-rwxr-xr-xpackaging/macos/110-bootstrap_jhb.sh31
1 files changed, 31 insertions, 0 deletions
diff --git a/packaging/macos/110-bootstrap_jhb.sh b/packaging/macos/110-bootstrap_jhb.sh
new file mode 100755
index 0000000..914783d
--- /dev/null
+++ b/packaging/macos/110-bootstrap_jhb.sh
@@ -0,0 +1,31 @@
+#!/usr/bin/env bash
+#
+# SPDX-FileCopyrightText: 2022 René de Hesselle <dehesselle@web.de>
+#
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+### description ################################################################
+
+# Bootstrap jhb with our slightly customized configuration. We use our own
+# versioning and naming scheme, making this incompatible with the pre-built
+# bootstrapped jhb archive (everything will be built from scratch here).
+
+### shellcheck #################################################################
+
+# Nothing here.
+
+### dependencies ###############################################################
+
+# Nothing here.
+
+### variables ##################################################################
+
+SELF_DIR=$(dirname "${BASH_SOURCE[0]}")
+
+### functions ##################################################################
+
+# Nothing here.
+
+### main #######################################################################
+
+"$SELF_DIR"/jhb/usr/bin/bootstrap "$SELF_DIR"/src/jhb-custom.conf.sh