changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/install-emacs-pack.sh

changeset 344: 3e1218fe5721
parent: d1b76011e49c
child: 955afe21959d
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 21 Jul 2024 19:31:29 -0400
permissions: -rwxr-xr-x
description: packy git unbundle
1 #!/bin/sh
2 set -e
3 TARGET="${1:-x86_64-unknown-linux-gnu}"
4 cd .stash/tmp
5 curl -O "https://packy.compiler.company/dist/${TARGET}/pack/emacs.tar.zst"
6 unzstd emacs.tar.zst
7 tar -xvf emacs.tar
8 cd emacs
9 make install