summaryrefslogtreecommitdiff
path: root/setup-abuild
diff options
context:
space:
mode:
Diffstat (limited to 'setup-abuild')
-rwxr-xr-xsetup-abuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup-abuild b/setup-abuild
index 1e8af8d..2b61aaf 100755
--- a/setup-abuild
+++ b/setup-abuild
@@ -213,12 +213,18 @@ rm -fr ${nsam}-${vsam};
##
# muon (meson replacement)
#
+# Temporarily using tarball archive download:
+#
+# fatal: unable to access 'https://git.sr.ht/~lattis/muon/':
+# The requested URL returned error: 500
+#
nmun=muon;
vmun=834460da03dd4a0c5b4570ca905780ce191c2443;
test ! -f ._${nmun}-${vmun} &&
(
test ! -d ${nmun}-${vmun} \
- && git clone https://git.sr.ht/~lattis/${nmun} ${nmun}-${vmun} \
+ && curl -sL https://git.sr.ht/~lattis/${nmun}/archive/${vmun}.tar.gz \
+ | tar -xzf - \
;
cd ${nmun}-${vmun};
sed -i bootstrap.sh \