You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
726 B
20 lines
726 B
#mkdir -p ./zig |
|
|
|
#tarball="zig-x86_64-windows-0.15.2.zip" |
|
#tarball="zig-x86_64-freebsd-0.15.2.tar.xz" |
|
tarball="zig-x86_64-linux-0.15.2.tar.xz" |
|
|
|
automation_name="punkshell+julian@precisium.com.au_target_by_latency" |
|
uristring="https://ziglang.org" |
|
|
|
#releases |
|
full_uristring="${uristring}/download/0.15.2/${tarball}?source=${automation_name}" |
|
#pre-releases |
|
#full_uristring="${uristring}/builds/${tarball}?source=${automation_name}" |
|
|
|
echo "Unimplemented: Download from ${full_uristring} and extract manually" |
|
#wget $full_uristring -O ./zig/zig-linux-x86_64-0.10.1.tar.xz |
|
#tar -xf ./zig/zig-linux-x86_64-0.10.1.tar.xz -C ./zig --strip-components=1 |
|
#rm ./zig/zig-linux-x86_64-0.10.1.tar.xz |
|
#echo "Zig installed." |
|
#./zig/zig version
|
|
|