brew install arkscript-lang/arkscript/<formula>
Or brew tap arkscript-lang/arkscript and then brew install <formula>.
You will need to update your DYLD_LIBRARY_PATH so that arkscript can find its libArkReactor:
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt/homebrew/libAdd ARKSCRIPT_PATH to your profile script (bashrc, zshrc, fishrc...):
export ARKSCRIPT_PATH=/usr/local/lib/Arkbrew help, man brew or check Homebrew's documentation.
- Run
python3 create_formula.py v[X.Y.Z]- it will create a new formula in
[email protected], - update
arkscript.rb.
- it will create a new formula in
- Commit and push the changes