Skip to content

ArkScript-lang/homebrew-arkscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew ArkScript

How do I install these formulae?

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/lib

Add ARKSCRIPT_PATH to your profile script (bashrc, zshrc, fishrc...):

export ARKSCRIPT_PATH=/usr/local/lib/Ark

Documentation

brew help, man brew or check Homebrew's documentation.

Developer documentation

Adding a new release

  1. Run python3 create_formula.py v[X.Y.Z]
  2. Commit and push the changes

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published