Skip to content

Commit

Permalink
hashlink
Browse files Browse the repository at this point in the history
  • Loading branch information
0b1kn00b committed Apr 19, 2024
1 parent 34ae045 commit 351dc25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local o="${PRJ_DIR}/.local/share/bertha/o/"
local obin="${o}/bin"
mkdir -p "$obin";
mkdir -p "$o/opt";
export PATH="${obin}":"${o}/var/clyde/inst/bin":"${o}/opt/haxe/":"${o}/opt/neko/":${PATH}
export PATH="${obin}":"${o}/var/clyde/inst/bin":"${o}/opt/haxe/":"${o}/opt/neko/":"${o}/opt/hashlink/":${PATH}
export BERTHA_PATH="${PRJ_DIR}"

layout python3
Expand Down Expand Up @@ -77,6 +77,10 @@ if (! test -d "${o}/opt/haxe"); then
eget https://github.com/haxeFoundation/haxe -f="*/*" --all --to "${o}/opt/haxe"
fi

if (! test -d "${o}/opt/hl"); then
eget https://github.com/haxeFoundation/hashlink --tag latest -f="*/*" --all --to "${o}/opt/hashlink"
fi

if (! test -f "$obin/rclone"); then
eget https://github.com/rclone/rclone --asset=".zip" --to ${obin}
fi
Expand Down

0 comments on commit 351dc25

Please sign in to comment.